Google-Code-Golf/ ├── task/ # 測試範例JSON檔案 ├── code_golf_utils/ # 官方工具函式 ├── task001.py - task400.py # 所有解決方案 ├── test_task.py # 單個task詳細測試 ├── test_batch.py # 批量測試工具 ...