This website requires JavaScript.
Explore
Help
Register
Sign In
tomatocream
/
learn-trading
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
60fa0c113d12b84e04479108b368b8b11a7ec7f5
learn-trading
/
main.py
T
7 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
chore: initial project scaffold for quant trading learning
2026-04-25 00:58:02 +08:00
def
main
():
print
(
"Hello from learn-trading!"
)
if
__name__
==
"__main__"
:
main
()
Reference in New Issue
Copy Permalink