diff options
-rw-r--r-- | voerbak/voerbak.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/voerbak/voerbak.c b/voerbak/voerbak.c index e7c6c86..0161726 100644 --- a/voerbak/voerbak.c +++ b/voerbak/voerbak.c @@ -79,7 +79,6 @@ bool dropFisje(int board[], int width, int height, int column, int disc) { } int main() { - printf("voerbak v2\n"); int width, height; scanf("%d %d", &width, &height); |