generated from freudenreichan/info2Praktikum-Wortsalat
test13
This commit is contained in:
parent
cd3dd0a4d6
commit
013eba7b3d
BIN
Start_Windows/game.o
Normal file
BIN
Start_Windows/game.o
Normal file
Binary file not shown.
@ -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++)
|
||||
{
|
||||
printf("%c", words[z][o]);
|
||||
printf("%s", words[z][o]);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
BIN
Start_Windows/input.o
Normal file
BIN
Start_Windows/input.o
Normal file
Binary file not shown.
BIN
Start_Windows/runTests.exe
Normal file
BIN
Start_Windows/runTests.exe
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user