From cf579f7177ffbd73440bb6320b3ae8976225589d Mon Sep 17 00:00:00 2001 From: Anne <am04340@surrey.ac.uk> Date: Fri, 14 Feb 2025 11:37:24 +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..ad35e5a --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello World") -- GitLab