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

https://github.com/erickgnavar/advent-of-code-2019

Solutions of advent of code 2019 in elixir
https://github.com/erickgnavar/advent-of-code-2019

advent-of-code-2019 elixir

Last synced: 1 day ago
JSON representation

Solutions of advent of code 2019 in elixir

Awesome Lists containing this project

README

          

# AdventOfCode

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `advent_of_code` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:advent_of_code, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/advent_of_code](https://hexdocs.pm/advent_of_code).