From c0ae7c0c83a8ba74375b54447f78a931919d8433 Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 21 Oct 2025 14:39:59 +0200 Subject: [PATCH] hui --- Start_Windows/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index d8cc133..dc81208 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/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) { - + //hihui } // Prints the word salad to console