feat: Add the Python project

This commit is contained in:
2025-05-09 10:22:35 +08:00
parent bb8e91b9d8
commit f1d18ec989
14 changed files with 2179 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from problem-generator!")
if __name__ == "__main__":
main()