Skip to content

Commit 7e1d1f9

Browse files
committed
feat: 去除中间文件
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
1 parent 0b632d1 commit 7e1d1f9

2 files changed

Lines changed: 1 addition & 65 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

script/file_template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def main() -> None:
6767
problem_order: List[str] = ['A', 'B', 'C', 'D', 'E', 'F']
6868
# problem_order: List[str] = ['A', 'B', 'C',
6969
# 'D', 'E', 'F', 'G', 'H', 'I', 'J']
70+
labs: List[str] = ['01']
7071
for i in labs:
7172
try_mkdir(i, problem_order)
7273
copy_cmakeLists(i, problem_order) # prepare CMakeLists

0 commit comments

Comments
 (0)