Advent of code 2023 solutions written in TypeScript
For instance, to run the first part of the second day, run the following command.
npm --workspace day2/part1 test input.txt| Day | Part | Finished |
|---|---|---|
| Day 1 | Part 1 | ✅ |
| Day 1 | Part 2 | ✅ |
| Day 2 | Part 1 | ✅ |
| Day 2 | Part 2 | ✅ |
| Day 3 | Part 1 | ❌ |
| Day 3 | Part 2 | ❌ |
| Day 4 | Part 1 | ✅ |
| Day 4 | Part 2 | ✅ |
| Day 5 | Part 1 | ❌ |
| Day 5 | Part 2 | ❌ |
See LICENSE.