From e30928d7c7d088e4f3347a3980fd522fd9b47383 Mon Sep 17 00:00:00 2001 From: poppni99154 Date: Sat, 8 Nov 2025 11:47:51 +0100 Subject: [PATCH] Test, vielleicht gehts jetzt o --- Start_Windows/input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Start_Windows/input.c b/Start_Windows/input.c index ed77805..d56abb9 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -8,5 +8,6 @@ // Read words from file and store in 'words' array int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) { - +//test ob es funktioniert + if (0 == maxWordCount){printf("hello")} } \ No newline at end of file