Files
aitest/hello.py
2026-03-16 14:55:27 +08:00

7 lines
84 B
Python

def main():
print("Hello from aitest!")
if __name__ == "__main__":
main()