/aoc2021

Primary LanguageTypeScript

Advent of Code 2021

Some solutions for the 2021 edition Advent of Code.

🚀 Quick start

  1. Installation

    Install dependencies

    yarn
    
  2. Run individual solutions Run solution (you might need to console.log the result to see it;))

    ts-node src/day-X
    
  3. Generate a new solution from a template

    DAY=0X yarn new
  4. Run tests

    yarn test