This commit is contained in:
maxgrf 2025-11-07 17:17:54 +01:00
parent 013eba7b3d
commit c18b6a4529
6 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
{ {
for(int o = 0; o < MAX_WORD_LEN; o++) for(int o = 0; o < MAX_WORD_LEN; o++)
{ {
printf("%s", words[z][o]); printf("%c", words[z][o]);
} }
printf("\n"); printf("\n");
} }

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
Hund,Katze; Maus

View File

View File

@ -0,0 +1,3 @@
Apfel
Banane
Kiwi