Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
eming
/
llm_math_reasoning
like
0
Model card
Files
Files and versions
xet
Community
e2fb081
llm_math_reasoning
/
main.py
MingLi
code
63c6bf0
4 months ago
raw
Copy download link
history
blame
96 Bytes
def
main
():
print
(
"Hello from llm-math-reasoning!"
)
if
__name__ ==
"__main__"
:
main()