diff --git a/Start_Windows/input.c b/Start_Windows/input.c index ed77805..7481370 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