From 32baa35810678ff77c80179a3f3dd09b1bf23218 Mon Sep 17 00:00:00 2001 From: Pothabuchirakal Manoj <dp01217@otter110.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 11:27:18 +0000 Subject: [PATCH] Added first piece of code --- Hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Hello.py diff --git a/Hello.py b/Hello.py new file mode 100644 index 0000000..44159b3 --- /dev/null +++ b/Hello.py @@ -0,0 +1 @@ +print("Hello world") -- GitLab