From 22c640c41654f7773bbe61400cf6e3d097f0078d Mon Sep 17 00:00:00 2001
From: mn00849 <mn00849@surrey.ac.uk>
Date: Fri, 9 Feb 2024 11:23:09 +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..8e23576
--- /dev/null
+++ b/hello.py
@@ -0,0 +1 @@
+print("Hello World")
\ No newline at end of file
-- 
GitLab