From 38ed4aa4f24bee93de3d2b6a127593e3fe1669e1 Mon Sep 17 00:00:00 2001
From: Choudhary <sc03071@heron099.eps.surrey.ac.uk>
Date: Fri, 16 Feb 2024 11:39:24 +0000
Subject: [PATCH] Added first piece of code

---
 Hello.py  | 1 +
 README.md | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 Hello.py

diff --git a/Hello.py b/Hello.py
new file mode 100644
index 0000000..ad35e5a
--- /dev/null
+++ b/Hello.py
@@ -0,0 +1 @@
+print("Hello World")
diff --git a/README.md b/README.md
index a04085b..612e4fb 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ Already a pro? Just edit this README.md and make it your own. Want to make it ea
 
 ## Add your files
 
-- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
-- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
+- [x ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
+- [x ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
 
 ```
 cd existing_repo
@@ -26,7 +26,7 @@ git push -uf origin main
 
 ## Collaborate with your team
 
-- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
+- [ x] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
 - [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
 - [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
 - [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
-- 
GitLab