This website works better with JavaScript
Home
Explore
Help
Register
Sign In
max
/
JUKUAN
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
34557b794c
Branches
Tags
feature/future_with_flow
feature/future_with_model
main
try/ma5_only
JUKUAN
/
main.py
main.py
84 B
History
Raw
1
2
3
4
5
6
def main():
print("Hello from jukuan!")
if __name__ == "__main__":
main()