index
:
husky
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.py
blob: 431c2e7f90348cdcd63e671b3aa204684b9b7a43 (
plain
)
1
2
3
4
5
6
def main(): print("Hello from husky!") if __name__ == "__main__": main()