diff --git a/hello.py b/hello.py index 683aafc818c784fd2a6d7dd251126e740fd9c692..1721678e66b6435e7b08b478741606b9bac3ee8a 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,3 @@ print("Hello World") -print("Goodbye World") \ No newline at end of file +print("Goodbye World") +print("Merge test") \ No newline at end of file