diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 861ec35..5989727 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -63,7 +63,6 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) } } while (((currentChar != EOF) && (word <= maxWordCount))); - printf("wortzahl: %d\n", word); return word; } diff --git a/Start_Windows/input.o b/Start_Windows/input.o index b5b6765..06a1909 100644 Binary files a/Start_Windows/input.o and b/Start_Windows/input.o differ diff --git a/Start_Windows/runTests.exe b/Start_Windows/runTests.exe index 86bc440..e643540 100644 Binary files a/Start_Windows/runTests.exe and b/Start_Windows/runTests.exe differ diff --git a/Start_Windows/wordsalad.exe b/Start_Windows/wordsalad.exe index 50253c4..adddaef 100644 Binary files a/Start_Windows/wordsalad.exe and b/Start_Windows/wordsalad.exe differ