/advent-of-code-2015

My solutions for Advent of Code 2015

Primary LanguageScalaApache License 2.0Apache-2.0

This repository has been merged with jcazevedo/advent-of-code-solutions.

Advent of Code 2015

This repository contains my solutions to Advent of Code 2015 in Scala. You can run them using sbt by typing the following, replacing XX with the day of the desired problem:

$ sbt "run DayXX"