This commit is contained in:
张鑫
2025-11-03 10:59:45 +08:00
parent aef237edcb
commit 233bd22f24
8 changed files with 2088 additions and 2 deletions

6
main.py Normal file
View File

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