Skip to content

Commit 709a6dd

Browse files
authored
(8/28/2025) hello_world.py
Changed "Goodbye, Mars!" to "Hello, World".
1 parent 91eccfb commit 709a6dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def hello():
2-
return 'Goodbye, Mars!'
2+
return 'Hello, World!'

0 commit comments

Comments
 (0)