jcazevedo / advent-of-code-2017

My solutions for Advent of Code 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Advent of Code 2017

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

$ sbt "run DayXX"

About

My solutions for Advent of Code 2017

License:Apache License 2.0


Languages

Language:Scala 100.0%