From 7d70239192bf192044d3b803542b204d2e839265 Mon Sep 17 00:00:00 2001 From: "Young, Will W (PG/T - Comp Sci & Elec Eng)" <wy00148@surrey.ac.uk> Date: Tue, 11 Feb 2025 11:25:25 +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..9395884 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print('hey there guys') \ No newline at end of file -- GitLab