Skip to content

Commit

Permalink
change hello_world to get test passed
Browse files Browse the repository at this point in the history
zhaoqiang-zhou-unc committed Aug 29, 2024
1 parent 98e4c5b commit c08ba86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hello_world.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# define a function to print 'Hello, World!'
def hello_world():
print("Hello, World!")

# run the function to print 'Hello, World!'
hello_world()

0 comments on commit c08ba86

Please sign in to comment.