Advent-of-Code-2024/elixir
zongor 589554e5ed day 1 2024-12-02 23:08:24 -05:00
..
lib day 1 2024-12-02 23:08:24 -05:00
test day 1 2024-12-02 23:08:24 -05:00
.formatter.exs day 1 2024-12-02 23:08:24 -05:00
.gitignore day 1 2024-12-02 23:08:24 -05:00
README.md day 1 2024-12-02 23:08:24 -05:00
mix.exs day 1 2024-12-02 23:08:24 -05:00

README.md

AdventOfCode2024

TODO: Add description

Installation

If available in Hex, the package can be installed by adding advent_of_code_2024 to your list of dependencies in mix.exs:

def deps do
  [
    {:advent_of_code_2024, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/advent_of_code_2024.