Files
2025-07-28 09:16:46 +08:00

4 lines
63 B
Python

import example
print(example.hello())
print(example.add(3, 5))