Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 572 Bytes

README.MD

File metadata and controls

31 lines (27 loc) · 572 Bytes

Soluces - Advent of code 2016

Build Status

Soluces for Advent of code 2016 written with TypeScript and mocha tests.

Build

  • 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

Credit

Advent of code