mirror of
https://github.com/dominik-stumpf/advent-of-code.git
synced 2026-06-05 16:39:14 +00:00
🍝
| go | ||
| rust | ||
| typescript | ||
| LICENSE | ||
| README.md | ||
advent-of-code
🍝
project structure
advent-of-code
└── [language]
└── year-2023
├── day-01
│ ├── input
│ │ ├── example-part-1
│ │ ├── example-part-2
│ │ ├── input-part-1
│ │ └── input-part-2
│ └── solution
│ ├── problem-part-1.ts
│ └── problem-part-2.ts