diff --git a/Start_Windows/input.c b/Start_Windows/input.c index c765bb9..cacd6a4 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -13,6 +13,6 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) if (file == NULL) { printf("words,txt konnte nicht geoffnet werden"); } - // ToDo 2D char Array um wörter zu speichern + // ToDo 2D char Array um wörter zu speichern kommt hier hin } \ No newline at end of file