My contributions to the Advent of Code for 2016.
(you need to have node.js installed first)
git clone https://github.com/hdjarv/advent-of-code-2016.git cd advent-of-code-2016 npm install npm start <dayno>
Replace
<dayno>
with the day you want to run the solution for (1-25).