This commit is contained in:
maxgrf 2025-11-06 16:44:13 +01:00
parent cd3dd0a4d6
commit 013eba7b3d
4 changed files with 1 additions and 1 deletions

BIN
Start_Windows/game.o Normal file

Binary file not shown.

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("%c", words[z][o]); printf("%s", words[z][o]);
} }
printf("\n"); printf("\n");
} }

BIN
Start_Windows/input.o Normal file

Binary file not shown.

BIN
Start_Windows/runTests.exe Normal file

Binary file not shown.