aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-02-23 09:08:18 +0100
committerlonkaars <l.leblansch@gmail.com>2021-02-23 09:08:18 +0100
commitaa0b5129120eb99756226541893dcb4117c29741 (patch)
treeb4e1872f206af6807695a35e4eef7d2cb745c0ce
parent7380d1a0a708f869c7926ae323123b3e49feadcd (diff)
removed test line
-rw-r--r--voerbak/voerbak.c1
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);