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

https://github.com/pedro-stanaka/advent-code

Solution for the daily problems available at Advent Of Code 2019
https://github.com/pedro-stanaka/advent-code

elixir learn learning-by-doing

Last synced: 11 months ago
JSON representation

Solution for the daily problems available at Advent Of Code 2019

Awesome Lists containing this project

README

          

# Advent of Code 2019

[![Build Status](https://travis-ci.com/pedro-stanaka/advent-code.svg?branch=master)](https://travis-ci.com/pedro-stanaka/advent-code)
[![Coverage Status](https://coveralls.io/repos/github/pedro-stanaka/advent-code/badge.svg)](https://coveralls.io/github/pedro-stanaka/advent-code)

Solution for the daily problems made available on [Advent Of Code
2019](https://adventofcode.com/2019).

## Running tests

As most mix projects just run:

```bash
mix test
```