refactor createWordSalad function for improved readability

This commit is contained in:
D2A62006 2025-11-05 17:27:35 +01:00
parent c74da234d8
commit 4b3e5c758c

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)
{
}
// Prints the word salad to console