https://github.com/domix24/belodon
Wrapper for Advent of Code with Elixir
https://github.com/domix24/belodon
advent-of-code adventofcode aoc elixir elixir-lang elixir-programming-language elixir-wrapper first-timers fun
Last synced: about 2 months ago
JSON representation
Wrapper for Advent of Code with Elixir
- Host: GitHub
- URL: https://github.com/domix24/belodon
- Owner: Domix24
- License: mit
- Created: 2025-03-06T06:35:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T04:36:01.000Z (3 months ago)
- Last Synced: 2025-03-25T23:51:25.649Z (2 months ago)
- Topics: advent-of-code, adventofcode, aoc, elixir, elixir-lang, elixir-programming-language, elixir-wrapper, first-timers, fun
- Language: Elixir
- Homepage: https://adventofcode.com
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Belodon
Wrapper for Advent of Code with Elixir
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `belodon` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:belodon, "~> 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 .