RaVbaker / elixirbook

My solutions to basic problems from Programming Elixir Book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElixirBook

My solutions for problems from Dave Thomas book: Programming Elixir 1.6

Installation

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

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

About

My solutions to basic problems from Programming Elixir Book

License:MIT License


Languages

Language:Elixir 100.0%