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

https://github.com/warborn/aoc2019

Solutions of the challenges of Advent of code 2019
https://github.com/warborn/aoc2019

elixir

Last synced: 11 months ago
JSON representation

Solutions of the challenges of Advent of code 2019

Awesome Lists containing this project

README

          

# AdventOfCode2019

## Installation

Clone this repo

```sh
git clone https://github.com/warborn/aoc2019.git
```

Install all of the dependencies

```sh
mix deps.get
```

## Solutions

You can get the solutions of the challenges via:

```sh
mix solutions
```

## Tests

You can run the test suite with:

```sh
mix espec
```

## Installation

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

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