From 9408ef08db1c8bf2ed973c5fb731e90ffccb60da Mon Sep 17 00:00:00 2001 From: "Smith, Thomas E (PG/T - Comp Sci & Elec Eng)" <ts00738@surrey.ac.uk> Date: Fri, 7 Feb 2025 11:33:07 +0000 Subject: [PATCH] Add new file --- 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..8e23576 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file -- GitLab