Advent of Code 2020
My solutions to Advent of Code 2020, a series of 50 algorithms problems, written in TypeScript.
To run a solution script, install dependencies first with npm install
, then
do this:
$ npm start -- day01.ts
My solutions to Advent of Code 2020, a series of 50 algorithms problems, written in TypeScript.
To run a solution script, install dependencies first with npm install
, then
do this:
$ npm start -- day01.ts