We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b632d1 commit 7e1d1f9Copy full SHA for 7e1d1f9
2 files changed
AGENTS.md
script/file_template.py
@@ -67,6 +67,7 @@ def main() -> None:
67
problem_order: List[str] = ['A', 'B', 'C', 'D', 'E', 'F']
68
# problem_order: List[str] = ['A', 'B', 'C',
69
# 'D', 'E', 'F', 'G', 'H', 'I', 'J']
70
+ labs: List[str] = ['01']
71
for i in labs:
72
try_mkdir(i, problem_order)
73
copy_cmakeLists(i, problem_order) # prepare CMakeLists
0 commit comments