This commit is contained in:
Niklas Kegelmann 2025-10-13 15:21:43 +02:00
parent d1f365634f
commit e296be0516

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");
}