An open API service indexing awesome lists of open source software.

https://github.com/slice/aoc

Advent of Code in Scala
https://github.com/slice/aoc

Last synced: about 1 year ago
JSON representation

Advent of Code in Scala

Awesome Lists containing this project

README

          

# `aoc`

My solutions to [Advent of Code](https://adventofcode.com) in Scala.

To run, make sure you have [sbt](https://www.scala-sbt.org) installed.

```sh
$ git clone https://github.com/slice/aoc.git && cd aoc

# Open sbt:
$ sbt

# Run a day:
sbt:aoc> runMain aoc.y2019.Day1
```