From 6b5ea6b989aa91d63715d59a7d868d91a8797924 Mon Sep 17 00:00:00 2001 From: stammjo100588 Date: Wed, 22 Oct 2025 21:43:13 +0200 Subject: [PATCH] Additional Changes to clean up --- Start_Windows/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 7481370..ed77805 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -8,5 +8,5 @@ // Read words from file and store in 'words' array int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) { - printf("Hallo"); + } \ No newline at end of file