diff --git a/hello_world.py b/hello_world.py index 4f94abe..8871e13 100644 --- a/hello_world.py +++ b/hello_world.py @@ -1,2 +1,2 @@ if __name__ == '__main__': - print("hello world") + print("good bye world")