From 34233b11b86bab3b8d5c47127572e6afe814a786 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:48:54 +0000 Subject: [PATCH] Update hello.py --- hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 683aafc..1721678 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,3 @@ print("Hello World") -print("Goodbye World") \ No newline at end of file +print("Goodbye World") +print("Merge test") \ No newline at end of file -- GitLab