2025-05-09 10:22:35 +08:00

7 lines
95 B
Python

def main():
print("Hello from problem-generator!")
if __name__ == "__main__":
main()