From 25a13b1dcaaaa651bfd61d9d2afbe6c4b10d0c65 Mon Sep 17 00:00:00 2001 From: Hofmann Jonas Date: Tue, 4 Nov 2025 17:44:22 +0100 Subject: [PATCH] removed testing statement in input.c --- Start_Windows/testwords_delims.txt | 1 + Start_Windows/testwords_empty.txt | 0 Start_Windows/testwords_simple.txt | 3 +++ 3 files changed, 4 insertions(+) create mode 100644 Start_Windows/testwords_delims.txt create mode 100644 Start_Windows/testwords_empty.txt create mode 100644 Start_Windows/testwords_simple.txt diff --git a/Start_Windows/testwords_delims.txt b/Start_Windows/testwords_delims.txt new file mode 100644 index 0000000..e721fce --- /dev/null +++ b/Start_Windows/testwords_delims.txt @@ -0,0 +1 @@ +Hund,Katze; Maus diff --git a/Start_Windows/testwords_empty.txt b/Start_Windows/testwords_empty.txt new file mode 100644 index 0000000..e69de29 diff --git a/Start_Windows/testwords_simple.txt b/Start_Windows/testwords_simple.txt new file mode 100644 index 0000000..37d7524 --- /dev/null +++ b/Start_Windows/testwords_simple.txt @@ -0,0 +1,3 @@ +Apfel +Banane +Kiwi \ No newline at end of file