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 🎄
- Host: GitHub
- URL: https://github.com/scorphus/advent-of-code-2019
- Owner: scorphus
- License: bsd-3-clause
- Created: 2021-11-17T22:31:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T22:57:49.000Z (over 4 years ago)
- Last Synced: 2025-02-16T20:28:09.435Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2019, elixir
- Language: Elixir
- Homepage: https://adventofcode.com
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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