https://github.com/domix24/aletopelta
Advent of Code with Elixir
https://github.com/domix24/aletopelta
Last synced: about 2 months ago
JSON representation
Advent of Code with Elixir
- Host: GitHub
- URL: https://github.com/domix24/aletopelta
- Owner: Domix24
- Created: 2024-12-05T02:33:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T07:02:33.000Z (2 months ago)
- Last Synced: 2025-03-16T08:18:55.508Z (2 months ago)
- Language: Elixir
- Homepage: https://adventofcode.com
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aletopelta
**[Advent of Code](https://adventofcode.com)**
This repository contains my solutions for Advent of Code.
I am using my own framework [Belodon](https://github.com/domix24/belodon) to handle the puzzle## Key Dates
_maybe could be interesting in the future_
- *Started* learning Elixir - December 4, 2024
- *Known* about Advent of Code - During the month of November 2024 from Twitch
- *Known* about Elixir - Probably between December 1st and December 4th, saw some Elixir code and got interested by the |> operator## Note
This was my _very first_ time with Elixir, I kept all of my old code into another branch [old-main](https://github.com/Domix24/aletopelta/tree/old-main) so you can the progress through the days.## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `aletopelta` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:aletopelta, "~> 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 .