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

https://github.com/pierrebeitz/advent-of-code

My solutions for the Advent of Code. In elm, elixir, javascript, haskell...
https://github.com/pierrebeitz/advent-of-code

Last synced: 9 months ago
JSON representation

My solutions for the Advent of Code. In elm, elixir, javascript, haskell...

Awesome Lists containing this project

README

          

# Advent of Code

Some solutions in some languages for the [advent of code](https://adventofcode.com).

## Setup

### For elm-solutions
```
npm install -g elm
elm-reactor
# open localhost:8000 and click on the days
```