From b35d18e2bedb5f3ebc9e7a82fea0635965455551 Mon Sep 17 00:00:00 2001 From: hlb <1597107216@qq.com> Date: Sat, 11 Oct 2025 21:42:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E7=A0=81=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_backup.md | 1 + doc/说明.txt | 1 + hello world | 5 ----- src/说明.txt | 1 + 5 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 README_backup.md create mode 100644 doc/说明.txt delete mode 100644 hello world create mode 100644 src/说明.txt diff --git a/README.md b/README.md index 55cb8b7..bce8f0f 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# Software Engineering Methodology Project +软件工程方法学项目 diff --git a/README_backup.md b/README_backup.md new file mode 100644 index 0000000..55cb8b7 --- /dev/null +++ b/README_backup.md @@ -0,0 +1 @@ +# Software Engineering Methodology Project diff --git a/doc/说明.txt b/doc/说明.txt new file mode 100644 index 0000000..675af72 --- /dev/null +++ b/doc/说明.txt @@ -0,0 +1 @@ +文档目录 diff --git a/hello world b/hello world deleted file mode 100644 index af784fa..0000000 --- a/hello world +++ /dev/null @@ -1,5 +0,0 @@ -print("Hello, World!") -def greet(name): - return f"Hello, {name}!" -if __name__ == "__main__": - print(greet("Team")) \ No newline at end of file diff --git a/src/说明.txt b/src/说明.txt new file mode 100644 index 0000000..7055970 --- /dev/null +++ b/src/说明.txt @@ -0,0 +1 @@ +源代码目录