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

https://github.com/tsfoster/advent-of-code-2016-elm

My solutions to Advent of Code 2016, in Elm
https://github.com/tsfoster/advent-of-code-2016-elm

Last synced: 2 months ago
JSON representation

My solutions to Advent of Code 2016, in Elm

Awesome Lists containing this project

README

          

# advent-of-code-2016-elm

My solutions to Advent of Code 2016, in Elm

## To view

## To build

```sh
git clone https://github.com/TSFoster/advent-of-code-2016-elm ./advent-of-code-2016-elm
cd !$ && elm package install -y && elm make Main.elm && open index.html
```