/aoc-2021

Advent of Code, 2021

Primary LanguageTypeScript

Running the code

To run a given day, run npm run dev <FOLDER>, e.g. npm run dev ./01.

Testing the code

To test a given day, run npm run test <FOLDER>, e.g. npm run test ./01.