This website requires JavaScript.
Explore
Help
Sign In
wrynegade
/
scwrypts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
eaefc9977448080f60bd2f81b49c4da1bbc1466d
scwrypts
/
py
/
hello_world.py
T
8 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
v1.0.0
2022-04-28 16:09:23 -06:00
#!/usr/bin/env python
def
main
():
print
(
'HELLO WORLD'
)
if
__name__
==
'__main__'
:
main
()
Reference in New Issue
Copy Permalink