From 558c63f4a6e110314aa57282d985d58d91e83c93 Mon Sep 17 00:00:00 2001 From: fonkou Date: Tue, 11 Nov 2025 15:43:07 +0100 Subject: [PATCH] merge of all branch --- Start_Windows/input.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Start_Windows/input.c b/Start_Windows/input.c index e6c2c5a..1538257 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -22,7 +22,6 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) word = strtok (NULL, " ,;"); } } - printf("\n counter %d", counter); return counter; }