My solutions for Advent of Code 2019 (https://adventofcode.com)
I'm using ts-node for run the solutions
npm i
npm execute typescript/scr/<DAY>
Test are executed with Jest
npm test
My solutions for Advent of Code 2019 (https://adventofcode.com)
I'm using ts-node for run the solutions
npm i
npm execute typescript/scr/<DAY>
Test are executed with Jest
npm test