From 9529d60169cf67823a96e7a297022806f1a9c8f3 Mon Sep 17 00:00:00 2001 From: schuermerpa99191 Date: Tue, 28 Oct 2025 14:10:16 +0100 Subject: [PATCH] test --- 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 dc81208..225cb7d 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 + //hihuijfgdgdsg } // Prints the word salad to console