From 6f2a9eb79fe7336693a3f2b27ce530e374cc1cff Mon Sep 17 00:00:00 2001 From: Nair <gn00372@otter102.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 12:34:03 +0000 Subject: [PATCH] added first peice of code --- Hello.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Hello.py diff --git a/Hello.py b/Hello.py new file mode 100644 index 0000000..07a504a --- /dev/null +++ b/Hello.py @@ -0,0 +1,2 @@ +print("Hello World") + -- GitLab