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