Input files for each puzzle are expected to be put in the same directory as the code corresponding to that puzzle. Generally, the expected file name will be input.txt
.
Take a quick look at the specific puzzle code for more information.
To run a puzzle solver, assuming you have Node.js installed:
node .\src\puzzles\DAY\DAY_PART.js
Where DAY
and PART
match the puzzles you want to solve. i.e. to run day 7 part 1:
node .\src\puzzles\07\07_01.js