/aoc2020

Primary LanguageTypeScript

Advent of Code 2020

Some solutions for the 2020 edition Advent of Code.

🚀 Quick start

  1. Installation

    Install dependencies

    yarn
    
  2. Run individual solutions

    npx ts-node src/day-X
    
  3. Run tests

    yarn test