Test, vielleicht gehts jetzt o

This commit is contained in:
Niklas Popp 2025-11-08 11:47:51 +01:00
parent 3c54f2b110
commit e30928d7c7

View File

@ -8,5 +8,6 @@
// Read words from file and store in 'words' array
int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
{
//test ob es funktioniert
if (0 == maxWordCount){printf("hello")}
}