This website requires JavaScript.
Explore
Help
Register
Sign In
jfm
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
011ea9016a
dotfiles
/
neovim
/
.config
/
nvim
/
lua
/
test.py
8 lines
122 B
Python
Raw
Blame
History
def
__main__
(
)
:
print
(
"
Hello World
"
)
return
0
if
__name__
==
"
__main__
"
:
__main__
(
)
print
(
"
Hello World
"
)
Reference in New Issue
View Git Blame
Copy Permalink