Skip to content

Commit

Permalink
Created hello_world.py
Browse files Browse the repository at this point in the history
Created simple file that prints out "Hello, World!".
  • Loading branch information
bsphair authored Oct 1, 2018
1 parent 5a6ba05 commit b779f3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hello-world/hello_world.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
def main():
print("Hello, World!")


main()

0 comments on commit b779f3e

Please sign in to comment.