Soluces for Advent of code 2016 written with TypeScript and mocha tests.
- clone git
git clone https://github.com/alocquet/aoc-2016.git
- install
npm i
- run all tests
npm test
- run tests only for one day
npm test -- -g day-05
- run clustered program
tsc
node dist/day-14/cluster/cluster.js