Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 506 Bytes

File metadata and controls

17 lines (13 loc) · 506 Bytes

AdventOfCode

Here I want to try some (or all?) of the Advent of Code riddles.

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.