advent_of_code/elixir
2024-12-06 12:33:58 -05:00
..
bench add elixir dir 2024-11-15 21:03:49 -05:00
input add elixir dir 2024-11-15 21:03:49 -05:00
lib make mix tasks work again - fix comp errors with day11 2022 2024-12-03 10:03:23 -05:00
livebook aoc 2024 day 6 2024-12-06 12:33:58 -05:00
test elixir - add day 11 solutions 2024-11-29 21:56:21 -05:00
.gitignore add elixir dir 2024-11-15 21:03:49 -05:00
.tool-versions elixir - add day 11 solutions 2024-11-29 21:56:21 -05:00
main.exs add elixir dir 2024-11-15 21:03:49 -05:00
mix.exs add elixir dir 2024-11-15 21:03:49 -05:00
mix.lock add elixir dir 2024-11-15 21:03:49 -05:00
README.md add elixir dir 2024-11-15 21:03:49 -05:00

Aoc

TODO: Add description

Installation

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

def deps do
  [
    {:aoc, "~> 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/aoc.