Compare commits

..

No commits in common. "d2f96eb693f211475a429068601a6d72d96a0078" and "c67ddda7c885fce9d2b8e10d4beb0226951e8c63" have entirely different histories.

View File

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