From 084cf73cd700a02ba407eca5d175debe1c4e80a1 Mon Sep 17 00:00:00 2001 From: MoritzClub Date: Thu, 30 Oct 2025 16:23:10 +0100 Subject: [PATCH] Test commit --- Start_Windows/game.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index d8cc133..359dfa5 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -13,6 +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("Das ist ein Test"); }