/advent-of-code-2020

My solutions to Advent of Code 2020 problems

Primary LanguageTypeScriptMIT LicenseMIT

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