/adventofcode-2016

My solutions to http://adventofcode.com/2016

Primary LanguageJavaScript

My Advent of Code Solutions

These are my solutions to advent of code

How to use it

$ npm install
$ vi Day-X/input.txt
$ node Day-X/step1.js
$ node Day-X/step2.js

Performed on OS X with NodeJS v6.9.1