From b77c651579dc2dd9b4f5929ee2b01d02a0c1ad19 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:39:18 +0000 Subject: [PATCH] An update to the file to test the update feature --- hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 8e23576..683aafc 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,2 @@ -print("Hello World") \ No newline at end of file +print("Hello World") +print("Goodbye World") \ No newline at end of file -- GitLab