Meine Änderung

This commit is contained in:
Moritz Hertel 2025-10-27 16:54:51 +01:00
parent be5b6adc0b
commit 8238af2ac7

View File

@ -13,7 +13,7 @@
// Creates the word salad by placing words randomly and filling empty spaces
int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen, const char words[][MAX_WORD_LEN], unsigned int wordCount)
{
//WWWWW
}
// Prints the word salad to console