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
master
learn-trading
/
main.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
7 lines
91 B
Python
Raw
Permalink
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