From 69decc037a247457a02bfcd32205d6068bf95bbb Mon Sep 17 00:00:00 2001 From: stammjo100588 Date: Fri, 24 Oct 2025 22:29:03 +0200 Subject: [PATCH] |WORKING| All Test OK and Game runs! --- 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 935a6e9..f02b8bd 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -3,7 +3,7 @@ #include #include -// TODO: +// TODO: | VERSION: Erfolgreicher Test 1,2 & 3 // eine Funktion implementieren, die ein einzelnes Wort aus einer Textdatei (words.txt) einliest und als C-String zurückgibt. int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)