Skip to content

Commit

Permalink
Update hello_world.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zaihuaji authored Jan 13, 2025
1 parent b894734 commit bc855f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/rda_python_template/hello_world.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
print("hello Workd!")
def main():
print("hello Workd!")

#
# call main() to start program
#
if __name__ == "__main__": main()

0 comments on commit bc855f0

Please sign in to comment.