/adventofcode2021

Advent of code 2021

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

adventofcode2021

Advent of code 2021. This year in Typescript

Run a solution

Requirements: yarn & nodejs

  1. Go to day XX directory
  cd dayXX
  1. Build the code
  yarn build
  1. Compute the solution. input.txt contains the problem input
  yarn start input.txt