Some solutions for the 2021 edition Advent of Code.
-
Installation
Install dependencies
yarn
-
Run individual solutions Run solution (you might need to console.log the result to see it;))
ts-node src/day-X
-
Generate a new solution from a template
DAY=0X yarn new
-
Run tests
yarn test