Welcome to my Advent of Code 2022 repository! The solutions are written in Typescript using Node.js. The solutions aren't optimized for speed, more for readability.
For running the code you need Node.js installed. To run it run you first have to install all the needed packages:
npm install
You first have to build the Typescript files
npm run compile
You can run it then with
npm run all
or
npm run start
For help run
npm run help
For more options run it with:
node . [options]
To see them all you can run the help command.
Day | Part 1 | Part 2 |
---|---|---|
Day 1 | ⭐ | ⭐ |
Day 2 | ⭐ | ⭐ |
Day 3 | ⭐ | ⭐ |
Day 4 | ⭐ | ⭐ |
Day 5 | ⭐ | ⭐ |
Day 6 | ⭐ | ⭐ |
Day 7 | ⭐ | ⭐ |
Day 8 | ⭐ | ⭐ |
Day 9 | ⭐ | ⭐ |
Day 10 | ⭐ | ⭐ |
Day 11 | ⭐ | ⭐ |
Day 12 | ⭐ | ⭐ |