From 569e902c1843449e83446b3d9fe3faf468eb39a3 Mon Sep 17 00:00:00 2001 From: Mkindi <bm01171@otter84.eps.surrey.ac.uk> Date: Fri, 7 Feb 2025 11:43:05 +0000 Subject: [PATCH] Added first piece of code --- Hello.py | 1 + README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 Hello.py diff --git a/Hello.py b/Hello.py new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/Hello.py @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file diff --git a/README.md b/README.md index 6c9258f..e3c4815 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Every project is different, so consider which of these sections apply to yours. ## Name Choose a self-explaining name for your project. +Name - bm01171-git-intro ## Description Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors. -- GitLab