From a48a66d5d3f413861fb34e1ef6dfede13c650e07 Mon Sep 17 00:00:00 2001
From: "Li, Haodong (PG/T - Comp Sci & Elec Eng)" <hl01638@surrey.ac.uk>
Date: Fri, 21 Feb 2025 11:20:15 +0000
Subject: [PATCH] Delete Hello.py

---
 Hello.py | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 Hello.py

diff --git a/Hello.py b/Hello.py
deleted file mode 100644
index 97af7a1..0000000
--- a/Hello.py
+++ /dev/null
@@ -1,6 +0,0 @@
-cat - >Hello.py # type in print(“Hello World”) into STDIN and type Ctrl-D.
-python3 Hello.py # Should print(“Hello World”)
-git add Hello.py #Add a shiny new file to your repo.
-git status # Note the output and compare with the next git status below
-git commit -m "Added first piece of code"
-git status # How does this differ from previous git status? What does this tell you?
\ No newline at end of file
-- 
GitLab