/aoc-2022

Some Solutions of Advent of Code 2022

Primary LanguageTypeScript

AOC 2022

  • Clone the Repo
  • Run npm i to install packages
  • Run npx tsx dayX to run the Solution for Day X
  • You can add your custom input by editing the input.txt files of any /dayX folder