Skip to content

Commit 9a3aa4a

Browse files
committedAug 10, 2024
generated file: hello_world.py
1 parent 37fcba9 commit 9a3aa4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎hello_world.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
def hello_world():
2+
"""Prints the "Hello, World!" message to the console."""
3+
print("Hello, World!")
4+
5+
hello_world()

0 commit comments

Comments
 (0)