添加 hello.py
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m34s

This commit is contained in:
2026-02-01 16:55:39 +08:00
parent cd7f6eca9c
commit ac712fedbf

2
hello.py Normal file
View File

@@ -0,0 +1,2 @@
# 打印 "Hello World!" 到控制台
print("Hello World!")