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
- Host: GitHub
- URL: https://github.com/pedro-stanaka/advent-code
- Owner: pedro-stanaka
- Created: 2019-12-03T22:04:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T22:36:33.000Z (over 6 years ago)
- Last Synced: 2025-01-23T02:33:45.679Z (over 1 year ago)
- Topics: elixir, learn, learning-by-doing
- Language: Elixir
- Homepage: https://adventofcode.com/2019
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019
[](https://travis-ci.com/pedro-stanaka/advent-code)
[](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
```