This repository contains my solutions to Advent of Code challenge.
You will need following to run code from this repository:
- Scala
2.13 - sbt
1.4
Go to the root folder of project (advent-of-code/).
General usage:
sbt 'run <year> <task>'To run one task from a specific year:
sbt 'run 2020 1'To run all tasks for one year run:
sbt 'run 2020 0'