From 5e47e2b77a2b5a213d38f5f07be804d8a0bc9b90 Mon Sep 17 00:00:00 2001 From: "Timothy Farrell (aider)" Date: Mon, 15 Jul 2024 17:10:20 -0500 Subject: [PATCH] Changed greeting message in main.py from "Hello, World!" to "Hey there!" --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!")