From b35b865fff70e73724b2d9d3b924c1847a216592 Mon Sep 17 00:00:00 2001 From: hjz <1826893649@qq.com> Date: Sun, 7 Jun 2026 23:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 0 main.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 README.md create mode 100644 main.py diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/main.py b/main.py new file mode 100644 index 0000000..eb776e6 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello,World") \ No newline at end of file