Advent of code - Solved with Javascript
The folders are organized by day and contain the solution index.js
, the input input.txt
and the task description README.md
.
- Install the dependencies:
npm i
(only one being my utilities package) - Run
npm run start {year} {n}
to see both of the outputs of a specified day (1 - 25) and year