Additional Changes to clean up

This commit is contained in:
Jonas Stamm 2025-10-22 21:43:13 +02:00
parent a845fd7000
commit 6b5ea6b989

View File

@ -8,5 +8,5 @@
// Read words from file and store in 'words' array
int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
{
printf("Hallo");
}