Advent of code solutions in Javascript.
To run a day, execute DAY=01 pnpm start in a terminal, where 01 is the day which matches your script and input name.
Optionally, you can provide SAMPLE=true as well if you want to run a days solution against a dayXX-sample.txt file.