Advent of Code 2021 This repo contains my solutions to the 2021 Advent of Code. The challenges are solved in Scala and uses scala-cli. Setup N/A Running tests Run test for each day using scala-cli test dayXX Running code for a day Run each day using scala-cli run dayXX --main-class Main