| 📦 Resource | 🔗 Link |
|---|---|
| 🏁 Contest Platform | AtCoder Official |
| 📊 Dashboard & Analytics | Kenkoooo Dashboard |
Create new problem directories with template files:
# 🐍 Python
./scripts/create_py.sh <problem_name>
# 💎 Ruby
./scripts/create_rb.sh <problem_name>
# 📘 TypeScript
./scripts/create_ts.sh <problem_name>📝 Example: ./scripts/create_py.sh ABC367_A
Execute solutions with input files:
# 🐍 Python
./scripts/run_py.sh <task_name>
# 💎 Ruby
./scripts/run_rb.sh <task_name>
# 📘 TypeScript (includes ESLint check)
./scripts/run_ts.sh <task_name>📝 Example: ./scripts/run_py.sh ABC367_A