This is an archive of my solutions for Advent of Code 2022
These solutions are written in TypeScript using node 19.2.0
./bin/advent-of-code.js day <number>
All commits should be done using the conventional commits format. This format is validated in CI and will block pull requests.
To prevent this happening, you can enable the pre commit message linting backed by husky powered git hooks. This is enabled by running npm run prepare