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

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

💜 Solutions to Advent of Code 🎄
https://github.com/scorphus/advent-of-code-2019

advent-of-code advent-of-code-2019 elixir

Last synced: 12 months ago
JSON representation

💜 Solutions to Advent of Code 🎄

Awesome Lists containing this project

README

          

# 🎄 Advent of Code 2019 [![Build Status][build-badge]][action-link] [![Coverage Status][codecov-badge]][codecov-link]

Solutions to [Advent of Code 2019] in [Elixir] 💜

## Motivations

- Learn [Elixir], its tooling and ecosystem 💜
- Practice problem solving ⚡️
- Have fun 🙂

## License

Code in this repository is distributed under the terms of the BSD 3-Clause
License (BSD-3-Clause).

See [LICENSE] for details.

[build-badge]: https://github.com/scorphus/advent-of-code-2019/workflows/Elixir/badge.svg
[action-link]: https://github.com/scorphus/advent-of-code-2019/actions?query=workflow%3AElixir
[codecov-badge]: https://codecov.io/gh/scorphus/advent-of-code-2019/branch/main/graph/badge.svg
[codecov-link]: https://codecov.io/gh/scorphus/advent-of-code-2019
[advent of code 2019]: https://adventofcode.com/2019/
[elixir]: https://elixir-lang.org/
[license]: LICENSE