/adventofcode

Exercises from http://adventofcode.com/

Primary LanguageScala

Advent of Code in Scala

Some of the developers at @DetroitLabs thought it would fun to do the exercises from Advent of Code together, so here are my humble submissions, probably all in Scala

Prerequisites

You'll need the simple build tool. Installing this should be all you need to run the project, as it should pull down the appropriate version of Scala as needed.

Running

  • To run the test suite

    sbt test

Happy holiday hacking!