printf
This commit is contained in:
parent
d1f365634f
commit
e296be0516
@ -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");
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user