These are my, Niklas Hallqvist solutions to Advent of code 2017. They are written in Scala using the ScalaTest testing framework.
My reason for doing these are, besides the fact that I like puzzle solving, I want to improve my Scala skills.
You need Scala, sbt, ScalaTest and of course a Java runtime installed to run the tests, but that is about it.
Run all the days with:
sbt test
or a specific day with:
sbt "testOnly se.hallqvist.adventofcode2017.day1.*"