From 39d08d860944251a8218de3c1c43377dcf0a54c3 Mon Sep 17 00:00:00 2001 From: Hofmann Jonas Date: Tue, 21 Oct 2025 20:06:25 +0200 Subject: [PATCH] Entfernen aller git-testenden kommentare --- Start_Windows/game.c | 2 -- Start_Windows/input.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index 81c3376..d8cc133 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -21,5 +21,3 @@ void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], { } - -//Kommentargeänder \ No newline at end of file diff --git a/Start_Windows/input.c b/Start_Windows/input.c index 3519a66..3f100f3 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -10,5 +10,3 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) { } - -//Testkommentar \ No newline at end of file