An Elixir interface to the Fibonacci series.
Initially created as an illustration for the talk “Building and Sharing Your First Elixir Library”, given at Indy Elixir.
Add fibonacci
to your list of dependencies in mix.exs
:
def deps do
[{:fibonacci, "~> 0.2.0"}]
end
And run
$ mix deps.get