This commit is contained in:
Luk
2026-03-16 14:55:27 +08:00
commit 7a191d4e2a
21 changed files with 1027 additions and 0 deletions

6
hello.py Normal file
View File

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