/advent-of-code-2021

My solutions for Advent of Code 2021

Primary LanguageTypeScriptMIT LicenseMIT

Advent of Code 2021

My solutions to Advent of Code 2021.

To run the solution for a day, do this:

$ yarn start day01.ts

You can optionally specify a different input file from the default for that day like this:

$ yarn start day01.ts my-other-input.txt