Repo containing my Advent of Code solutions for 2022, written in Typescript and using node.
npm install
To run the code for day N
:
- Add your input file as
input.txt
in thesrc/day<N>
directory. - Run the following command:
npm start <N>
Licensed under the MIT license.