removed testing statement in input.c

This commit is contained in:
Jonas Hofmann 2025-11-04 17:43:48 +01:00
parent cba52d17c5
commit 398936b789
4 changed files with 0 additions and 1 deletions

View File

@ -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;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.