From efbeecbe6d64245b06308b6ad5bb15b677e19e8a Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Fri, 21 Jan 2022 13:08:02 +0100 Subject: [PATCH] Syntaxfehler beheben. fixes #1 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 2bc1086..0485176 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -print("hello world" +print("hello world")