Run all days:
sbt test
Run a single day:
sbt 'Test / testOnly *Day15*'
Setup:
Log in to the Advent of code site in a browser and copy the contents of the session cookie, and save it to a file called .session
.
Get input for day n:
./get_input.sh n
sbt scalafmtAll