From 464f40245b9997b8f778ae59b91ff7abd1f6c0ca Mon Sep 17 00:00:00 2001 From: DAI Han <3428067998@qq.com> Date: Tue, 16 Sep 2025 00:00:37 +0800 Subject: [PATCH] Add src (source code) and doc (documents) folders with sample files --- doc/report.md | 1 + src/main.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 doc/report.md create mode 100644 src/main.py diff --git a/doc/report.md b/doc/report.md new file mode 100644 index 0000000..9d4942d --- /dev/null +++ b/doc/report.md @@ -0,0 +1 @@ +# Project Report diff --git a/src/main.py b/src/main.py new file mode 100644 index 0000000..0089e7a --- /dev/null +++ b/src/main.py @@ -0,0 +1 @@ +print('Hello from src/main.py')