diff --git a/Start_Windows/game.o b/Start_Windows/game.o deleted file mode 100644 index 1db69c1..0000000 Binary files a/Start_Windows/game.o and /dev/null differ diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 81c49ad..248f319 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -24,7 +24,7 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) { words[counter][i] = toupper(word_parts[i]); //Großbuchstaben erzeugen puts("?????????????????"); - puts(word_parts[i]); + printf("%c", word_parts[i]); if(word_parts[i+1] == '\0') break; } diff --git a/Start_Windows/input.o b/Start_Windows/input.o deleted file mode 100644 index 3cacc80..0000000 Binary files a/Start_Windows/input.o and /dev/null differ diff --git a/Start_Windows/runTests.exe b/Start_Windows/runTests.exe deleted file mode 100644 index d827ad6..0000000 Binary files a/Start_Windows/runTests.exe and /dev/null differ