/learn_elixir

My solutions and experiments while working through Programming Elixir ≥ 1.6

Primary LanguageElixir

Learn

Nothing special to see; this is just code written while working through the book Programming Elixir ≥ 1.6.

Installation

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

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