diff --git a/main.py b/main.py index c479e02..ab7219c 100644 --- a/main.py +++ b/main.py @@ -1,2 +1,2 @@ -# This is a simple Python script that prints 'Hello, World!' -print("Hello, World!") +# This is a simple Python script that prints 'Hey there!' +print("Hey there!")