Skip to content

niklasha/adventofcode2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

adventofcode2017

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.*"

About

Solutions to "Advent of code" 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages