/advent-of-code-2017

Advent of Code 2017 solutions

Primary LanguageTypeScript

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