From ba6cf12493e433339aea40c2af37d98684685db4 Mon Sep 17 00:00:00 2001 From: Torsten Stock Date: Wed, 29 Oct 2025 15:26:45 +0100 Subject: [PATCH 1/2] Neue Test Datei --- benhallo | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 benhallo diff --git a/benhallo b/benhallo new file mode 100644 index 0000000..e69de29 From 032a79bec0f9780cd40f170830c8d8ab87bd155f Mon Sep 17 00:00:00 2001 From: Ben Skuppin Date: Thu, 30 Oct 2025 16:51:52 +0100 Subject: [PATCH 2/2] test aenderung --- Start_Windows/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Windows/input.c b/Start_Windows/input.c index ed77805..ab7f9d6 100644 --- a/Start_Windows/input.c +++ b/Start_Windows/input.c @@ -8,5 +8,5 @@ // Read words from file and store in 'words' array int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount) { - +int a; } \ No newline at end of file