feature: new

This commit is contained in:
贺海国
2025-12-11 19:41:33 +08:00
parent 942c055fd5
commit 5460186757
7 changed files with 1207 additions and 2 deletions

6
main.py Normal file
View File

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