From 1aab3c0467134b4497ba50fcf2e4b0c14e9bdded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E5=B0=8F=E4=B9=90?= <993245907@qq.com> Date: Sun, 23 Mar 2025 20:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=AE=B5=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Helloworld.py diff --git a/Helloworld.py b/Helloworld.py new file mode 100644 index 0000000..4648e70 --- /dev/null +++ b/Helloworld.py @@ -0,0 +1 @@ +print("Hello, World!") \ No newline at end of file