From 1458722e4b22ee8c1caa3d85392f1737546c8917 Mon Sep 17 00:00:00 2001 From: Nicola <nicoa96@zedat.fu-berlin.de> Date: Tue, 19 Dec 2023 12:42:11 +0100 Subject: [PATCH] the instructions --- helloword.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloword.py diff --git a/helloword.py b/helloword.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/helloword.py @@ -0,0 +1 @@ +print("hello world") -- GitLab