From 4b3e5c758c6fbcfe1eab786b6971d151c54b1919 Mon Sep 17 00:00:00 2001 From: D2A62006 Date: Wed, 5 Nov 2025 17:27:35 +0100 Subject: [PATCH] refactor createWordSalad function for improved readability --- Start_Linux/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Linux/game.c b/Start_Linux/game.c index ae54c18..8f34bd4 100644 --- a/Start_Linux/game.c +++ b/Start_Linux/game.c @@ -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