Advent of Code 2020.
Go to file
Shadowfacts 0054e67ff1 Day 15 2020-12-16 17:43:05 -05:00
lib Day 15 2020-12-16 17:43:05 -05:00
test Day 5 2020-12-05 10:12:14 -05:00
.formatter.exs Initial commit 2020-11-30 23:09:45 -05:00
.gitignore Initial commit 2020-11-30 23:09:45 -05:00
README.md Initial commit 2020-11-30 23:09:45 -05:00
mix.exs Add exprof 2020-12-11 16:50:11 -05:00
mix.lock Add exprof 2020-12-11 16:50:11 -05:00

README.md

Aoc20

TODO: Add description

Installation

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

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