My solutions to the Advent of Code in Scala.
Solutions are stored in the following directory structure:
src/main/scala/io/github/aaronreidsmith/<year>
Inputs are stored in the following directory structure:
src/main/resources/<year>/<day>.txt
Input files are encrypted in accordance with the AoC creator's wishes, so if you want to use this for yourself, you will have to provide your own input.
sbt run
sbt "run --year <year>"
sbt "run --day <day>"
sbt "run --year <year> --day <day>"