From 2e05fa7edfa9e969a9916817912d34cfc8e35bae Mon Sep 17 00:00:00 2001
From: "Suresh, Vishnu (PG/T - Comp Sci & Elec Eng)" <vs00879@surrey.ac.uk>
Date: Fri, 14 Feb 2025 12:02:09 +0000
Subject: [PATCH 1/2] Add new file

---
 branch2_file1.py | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 branch2_file1.py

diff --git a/branch2_file1.py b/branch2_file1.py
new file mode 100644
index 0000000..32f14cf
--- /dev/null
+++ b/branch2_file1.py
@@ -0,0 +1 @@
+print("helloo")
\ No newline at end of file
-- 
GitLab


From 060e2b2e528e1e971ce188ac077cc35c711d18de Mon Sep 17 00:00:00 2001
From: "Suresh, Vishnu (PG/T - Comp Sci & Elec Eng)" <vs00879@surrey.ac.uk>
Date: Fri, 14 Feb 2025 12:04:06 +0000
Subject: [PATCH 2/2] Update branch2_file1.py

---
 branch2_file1.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/branch2_file1.py b/branch2_file1.py
index 32f14cf..5b41906 100644
--- a/branch2_file1.py
+++ b/branch2_file1.py
@@ -1 +1,2 @@
-print("helloo")
\ No newline at end of file
+print("helloo")
+print("hiii")
\ No newline at end of file
-- 
GitLab