From 4f8bc84e8f6f3f6964603dd8d85277fb9417b585 Mon Sep 17 00:00:00 2001 From: Harrison Smith Date: Fri, 15 Sep 2023 15:17:10 -0400 Subject: [PATCH] added a line to hellopy --- hello.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello.py b/hello.py index df6a786..74f19c6 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,3 @@ print("This is my first Git repository on GitLab!") +print("adding stuff to the file from cloning from gitLAB http style") + -- GitLab