Files
test-app/main.py
2025-12-11 19:41:33 +08:00

7 lines
87 B
Python

def main():
print("Hello from test-good!")
if __name__ == "__main__":
main()