diff --git a/test.py b/test.py index e8b615d..4f546c2 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,3 @@ print("Hallo, Welt!") -print("Hallo, Welt 2 !") \ No newline at end of file +print("Hallo, Welt 2 !") +print("Hallo, Welt 3 !") \ No newline at end of file