These are my solutions to Advent of Code 2024.
$ npm install
Create a directory called inputs
in the base directory.
Add input files in to the inputs
directory. These should be in the form of day-[xx].txt
.
$ npm run start:[day]
Note that this day does not have leading zeros for single digit days. Ex: npm run start:1
$ npm run start
$ npm run test