My set of TypeScript solutions to Advent of Code 2017.
Install dependencies first:
npm ci
You can then run the solutions one by one using ts-node:
npx ts-node aoc/day25/puzzle.ts
My set of TypeScript solutions to Advent of Code 2017.
Install dependencies first:
npm ci
You can then run the solutions one by one using ts-node:
npx ts-node aoc/day25/puzzle.ts