/aoc_2017

Play with Advent of Code (2017)

Primary LanguageJavaScript

Playing around with Advent of Code (2017)

Advent of Code

Ho to get the solutions

node demo/demo.js days/<dayfile> <input>

Development

Install dependencies

npm i

Run tests

npm run test
npm run test:watch

Eslint

npm run lint:watch