From 098372c7ee6e5c643d38636f96a3d19c68f26b13 Mon Sep 17 00:00:00 2001
From: Anne <am04340@surrey.ac.uk>
Date: Fri, 7 Feb 2025 11:48:50 +0000
Subject: [PATCH] my new commit

---
 README.md       | 1 +
 addthisthere.py | 1 +
 hithere.py      | 1 +
 3 files changed, 3 insertions(+)
 create mode 100644 addthisthere.py
 create mode 100644 hithere.py

diff --git a/README.md b/README.md
index d2074cc..1465b8e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 # githubintro
+# by me.......
 
 
 
diff --git a/addthisthere.py b/addthisthere.py
new file mode 100644
index 0000000..69babf9
--- /dev/null
+++ b/addthisthere.py
@@ -0,0 +1 @@
+print('I added the file')
\ No newline at end of file
diff --git a/hithere.py b/hithere.py
new file mode 100644
index 0000000..d3e46f2
--- /dev/null
+++ b/hithere.py
@@ -0,0 +1 @@
+print('Hello World')
\ No newline at end of file
-- 
GitLab