From ad5b7f9a0e88197c2f8ea3a1212c83915450ef96 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