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