From d7932c841fc26485c2080739c6b338f3594fc7f6 Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Tue, 18 Feb 2020 10:59:48 +0100 Subject: [PATCH] Added hello world file --- helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 00000000..6d95fe97 --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("Hello world") \ No newline at end of file -- GitLab