http://adventofcode.com/2017/leaderboard/private/view/32690
-
Clone repo
-
npm install
-
node index [day] [part]
e.g. node index 1 1
will run Day 1 part 1 and output the result and the execution time.
To run unit tests either user npm test
or a tool like Wallaby.js.