diff --git a/sources/helloWorld.py b/sources/helloWorld.py index edc34c0..bdceea4 100644 --- a/sources/helloWorld.py +++ b/sources/helloWorld.py @@ -2,3 +2,4 @@ print("Hello world!") print("Adding more code") print("group commit") print("Another test") +print("Another test2")