1
0
Fork 0
advent-of-code/2023/elixir
2023-12-02 09:47:15 -05:00
..
config solve 2023 1.2 2023-12-01 11:05:44 -05:00
lib/2023 solve 2023 2.2 2023-12-02 09:47:15 -05:00
test solve 2023 1.2 2023-12-01 11:05:44 -05:00
.envrc solve 2023 1.1 2023-12-01 10:28:04 -05:00
.formatter.exs solve 2023 2.1 2023-12-02 09:37:03 -05:00
.gitignore solve 2023 1.1 2023-12-01 10:28:04 -05:00
.iex.exs solve 2023 1.1 2023-12-01 10:28:04 -05:00
.tool-versions solve 2023 1.1 2023-12-01 10:28:04 -05:00
mix.exs solve 2023 2.1 2023-12-02 09:37:03 -05:00
mix.lock solve 2023 2.1 2023-12-02 09:37:03 -05:00
README.md add 2023 elixir project 2023-12-01 09:56:12 -05:00

AdventOfCode

TODO: Add description

Installation

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

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