Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 387 Bytes

Advent of Code 2016

My contributions to the Advent of Code for 2016.

Try it out

(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).