From 6817b817dc34131fc39acf393b93dea1119ddb61 Mon Sep 17 00:00:00 2001 From: Raja Soundappan <kr00980@otter98.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 12:35:46 +0000 Subject: [PATCH] changed --- Hello.py | 2 +- hello.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 hello.py diff --git a/Hello.py b/Hello.py index 149f497..6c77497 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hi mate") +print("hey how are you doing") diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..4c0df8c --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +hi mate -- GitLab