This website requires JavaScript.
Explore
Help
Register
Sign In
yoshie
/
til
Watch
1
Star
0
Fork
You've already forked til
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0ad62599c2
til
/
Development
/
Python
/
main.md
10 lines
92 B
Markdown
Raw
Blame
History
# main
```python
def
main
():
print
(
"Hello"
)
if
__name__
==
"__main__"
:
main
()
```
Reference in New Issue
View Git Blame
Copy Permalink