feat(utils,templates,docs): file-based .tmpl templates; remove I/O fixtures

This commit is contained in:
2025-09-12 09:56:37 +08:00
parent d724a5fb65
commit 9ff736e11c
10 changed files with 0 additions and 27 deletions

View File

@@ -62,8 +62,6 @@ problems/NNNN-name/
├── SolutionTests.cs # xUnit 測試
├── TestProject.csproj
├── main_test.go # Go testing
├── input1.txt / output1.txt
├── input2.txt / output2.txt
├── edge_cases.md
└── run_tests.sh # 一鍵執行 C# 與 Go 測試
```