diff --git a/helloworld.py b/helloworld.py index 1dc45ac..e111ab1 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1 +1,2 @@ -print("Hello World!") \ No newline at end of file +print("Hello World!") +print("Testing GIT is fun")