File size: 96 Bytes
63c6bf0
 
 
 
 
 
1
2
3
4
5
6
7
def main():
    print("Hello from llm-math-reasoning!")


if __name__ == "__main__":
    main()