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 3c8fdc8..5a54a6c 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -34,7 +34,10 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) for(int z = 0; z < maxWordCount; z++) { for(int o = 0; o < MAX_WORD_LEN; o++) - words[z][o] + { + printf("%c", words[z][o]); + } + printf("\n"); } /* diff --git a/Start_Windows/input.o b/Start_Windows/input.o deleted file mode 100644 index dd6e5d4..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 d86c3a9..0000000 Binary files a/Start_Windows/runTests.exe and /dev/null differ