/advent-of-code-2016

My Advent of Code 2016 contributions

Primary LanguageTypeScript

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