This package contains the solutions for the Advent of Code problems.
Specify the day you are trying to solve in the solve command.
npm run solve -- --day=day<number>
The empty argument before --day=... is required, otherwise the command is passed to npm and not the script.