From e6cafc49c16132b3030b4ace1bc6a33afb804e45 Mon Sep 17 00:00:00 2001 From: Hofmann Jonas Date: Tue, 21 Oct 2025 10:46:02 +0200 Subject: [PATCH 1/2] =?UTF-8?q?game.c=20in=20Start=5FWindows=20in=20Line?= =?UTF-8?q?=2022-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"); } From dff58aa833100f3f94cb5041ae6e6308c165bd09 Mon Sep 17 00:00:00 2001 From: Hofmann Jonas Date: Tue, 21 Oct 2025 10:52:41 +0200 Subject: [PATCH 2/2] testkommentar und print aus game.c in Start_Windows entfernt --- Start_Windows/game.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index eb6fe5d..d8cc133 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -19,6 +19,5 @@ 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"); + }