From def18420839701f5455950991b05218f319c6f5d Mon Sep 17 00:00:00 2001 From: Thomas <2121321@hs-mannheim.de> Date: Wed, 9 Nov 2022 09:36:51 +0100 Subject: [PATCH] initial push --- Aufgabe 4.py | 2 ++ Aufgabe 5.py | 2 ++ Aufgabe 6.py | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 Aufgabe 5.py create mode 100644 Aufgabe 6.py diff --git a/Aufgabe 4.py b/Aufgabe 4.py index e69de29..78ce1f4 100644 --- a/Aufgabe 4.py +++ b/Aufgabe 4.py @@ -0,0 +1,2 @@ +if __name__ == '__main__': + print("test") \ No newline at end of file diff --git a/Aufgabe 5.py b/Aufgabe 5.py new file mode 100644 index 0000000..78ce1f4 --- /dev/null +++ b/Aufgabe 5.py @@ -0,0 +1,2 @@ +if __name__ == '__main__': + print("test") \ No newline at end of file diff --git a/Aufgabe 6.py b/Aufgabe 6.py new file mode 100644 index 0000000..78ce1f4 --- /dev/null +++ b/Aufgabe 6.py @@ -0,0 +1,2 @@ +if __name__ == '__main__': + print("test") \ No newline at end of file