From 3c06c750d4d826e3df41f99365c569ea7ccaf9ad Mon Sep 17 00:00:00 2001 From: txb <431960330@qq.com> Date: Sun, 28 Sep 2025 18:04:45 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=9C=A8src=E7=9B=AE=E5=BD=95=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0main.py=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.py b/src/main.py index 75d9766..e69de29 100644 --- a/src/main.py +++ b/src/main.py @@ -1 +0,0 @@ -print('hello world') From 57eab4a72da4c0d3e180726aa66da4b18eb7d509 Mon Sep 17 00:00:00 2001 From: zxc <3425933825@qq.com> Date: Sun, 28 Sep 2025 20:09:15 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=9C=A8src=E7=9B=AE=E5=BD=95=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0main.py=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index e69de29..0b6d030 100644 --- a/src/main.py +++ b/src/main.py @@ -0,0 +1 @@ +"print('hello world')" From f338bb2378be760e3caa60e9e3333353640fd675 Mon Sep 17 00:00:00 2001 From: fz <3474779149@qq.com> Date: Sun, 28 Sep 2025 21:15:20 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=A4=87=E4=BB=BDdevelop=E5=88=86=E6=94=AF?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/README.md | 2 +- src/main.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 80ce0ff..25f8d45 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1 +1 @@ -这是doc目录的说明文档 +# Documentation diff --git a/src/main.py b/src/main.py index 75d9766..80ea252 100644 --- a/src/main.py +++ b/src/main.py @@ -1 +1,2 @@ print('hello world') +# This is the main Python file