Changed greeting message in main.py from "Hello, World!" to "Hey there!"

This commit is contained in:
Timothy Farrell (aider) 2024-07-15 17:10:20 -05:00
parent 40d670fc9a
commit 5e47e2b77a

View File

@ -1,2 +1,2 @@
# This is a simple Python script that prints 'Hello, World!' # This is a simple Python script that prints 'Hey there!'
print("Hello, World!") print("Hey there!")