From a9d6d69bc12f8d70593b30bc18400155cda84fbc Mon Sep 17 00:00:00 2001 From: Giorgi Kesidis Date: Tue, 14 Oct 2025 15:09:42 +0200 Subject: [PATCH] hallo --- 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..e903bc8 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) { - +Printf("Hello World"); } // Prints the word salad to console