From e6cafc49c16132b3030b4ace1bc6a33afb804e45 Mon Sep 17 00:00:00 2001 From: Hofmann Jonas Date: Tue, 21 Oct 2025 10:46:02 +0200 Subject: [PATCH] =?UTF-8?q?game.c=20in=20Start=5FWindows=20in=20Line=2022-?= =?UTF-8?q?23=20test=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Start_Windows/game.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index d8cc133..eb6fe5d 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -19,5 +19,6 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi // Prints the word salad to console void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen) { - +//testkommentar +printf("test\n"); }