dviramontes / elixir_aoc_2020

Home Page:https://adventofcode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir Advent of Code 2020

https://adventofcode.com/

mix test

Benchmarks

mix run average_benchmarks.exs # runs benchmarks using Benchee
mix run tc_benchmarks.exs # runs benchmarks using :timer.tc/3

Installation

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

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

About

https://adventofcode.com/


Languages

Language:Elixir 100.0%