My solutions for Advent of Code. Written for Node.js.
To run a solution, e.g. Day 1:
npm run solve 1
The runner defaults to the most recent year (2024
). To run a previous year’s solution, e.g. 2022 Day 3:
npm run solve 2022-3
Included on Bogdanp/awesome-advent-of-code since 2022!