From c254eeba52369ffec735541849594eee60a9c405 Mon Sep 17 00:00:00 2001 From: 17314431071 <1092424998@qq.com> Date: Sun, 5 Oct 2025 18:45:49 +0800 Subject: [PATCH] =?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 --- README.md | 1 + doc/guide.txt | 1 + src/main.py | 1 + 3 files changed, 3 insertions(+) create mode 100644 README.md create mode 100644 doc/guide.txt create mode 100644 src/main.py diff --git a/README.md b/README.md new file mode 100644 index 0000000..1203c9c --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +这是我的个人分支说明 diff --git a/doc/guide.txt b/doc/guide.txt new file mode 100644 index 0000000..a9908a5 --- /dev/null +++ b/doc/guide.txt @@ -0,0 +1 @@ +文档内容 diff --git a/src/main.py b/src/main.py new file mode 100644 index 0000000..75d9766 --- /dev/null +++ b/src/main.py @@ -0,0 +1 @@ +print('hello world')