From 26171a55a9ff2a2a6fd45f5c2b68755e11ab3225 Mon Sep 17 00:00:00 2001 From: "Peron, Loic R (PG/T - Comp Sci & Elec Eng)" <lp01242@surrey.ac.uk> Date: Fri, 7 Feb 2025 12:01:24 +0000 Subject: [PATCH] Update file README.md --- README.md | 2 +- hello.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 hello.py diff --git a/README.md b/README.md index e23571b..2967d1c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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 +- [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 - [ ] [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: ``` diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..45b983b --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +hi -- GitLab