Year | Language | Solutions |
---|---|---|
2021 | TypeScript | Solutions |
2022 | Scala | Solutions |
2023 | Python | Solutions |
Solutions are structured per year and day and always include an input.txt
file with the Puzzle Input:
advent-of-code
└── 2021
├── 01
| ├── input.txt
│ ├── solution1.ts
| └── solution2.ts
└── 02
├── input.txt
├── solution1.ts
└── solution2.ts