This commit is contained in:
Maximilian Schuetz 2025-10-21 14:12:55 +02:00
parent 7c25208a58
commit 8aafbcae0e

View File

@ -29,7 +29,7 @@ int main(int argc, char *argv[])
unsigned int placedWords = 0;
char wordSalad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN]; // 2D array to store the word salad
// Read words from file and store in 'words' array
// Read words from file and store in 'words' array//// jjjj
wordCount = readWords(file, words, MAX_NUMBER_OF_WORDS);
fclose(file);