diff --git a/Start_Windows/game.o b/Start_Windows/game.o new file mode 100644 index 0000000..1db69c1 Binary files /dev/null and b/Start_Windows/game.o differ diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 5a54a6c..3fffd0e 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -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"); } diff --git a/Start_Windows/input.o b/Start_Windows/input.o new file mode 100644 index 0000000..a5489f0 Binary files /dev/null and b/Start_Windows/input.o differ diff --git a/Start_Windows/runTests.exe b/Start_Windows/runTests.exe new file mode 100644 index 0000000..1d1ee30 Binary files /dev/null and b/Start_Windows/runTests.exe differ