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

https://github.com/shdblowers/advent_of_code_2017_elixir

:star: Solving puzzles! Saving Christmas!
https://github.com/shdblowers/advent_of_code_2017_elixir

advent-of-code advent-of-code-2017 elixir

Last synced: 12 months ago
JSON representation

:star: Solving puzzles! Saving Christmas!

Awesome Lists containing this project

README

          

# AdventOfCode2017Elixir

**TODO: Add description**

## Installation

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

```elixir
def deps do
[
{:advent_of_code_2017_elixir, "~> 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_2017_elixir](https://hexdocs.pm/advent_of_code_2017_elixir).