My solutions to the Advent of Code challenges
- Using a functional programming style in Scala
- With no external dependencies (for the educational value)
- To run a puzzle pass the year and the day as parameters. E.g:
sbt 'run 2018 15'
My solutions to the Advent of Code challenges
sbt 'run 2018 15'