Compare commits

...

2 Commits

Author SHA1 Message Date
d2f96eb693 Merge remote-tracking branch 'origin/main' 2025-10-13 15:21:48 +02:00
e296be0516 printf 2025-10-13 15:21:43 +02:00

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