diff --git a/hello_world.py b/hello_world.py index 4648e70..a114e55 100644 --- a/hello_world.py +++ b/hello_world.py @@ -1 +1,3 @@ +print("Hello, World!") + print("Hello, World!") \ No newline at end of file