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

https://github.com/ricountzero/advent-of-code-elixir

Advent of Code
https://github.com/ricountzero/advent-of-code-elixir

Last synced: 5 months ago
JSON representation

Advent of Code

Awesome Lists containing this project

README

          

# Advent of Code Elixir

My [**Advent of Code**](https://adventofcode.com) journey.

Do:

```
mix deps.get
```

To play with the application in `iex`:

```
iex -S mix
```