/elixir_dojos

Some coding dojos and simples puzzles with elixir.

Primary LanguageElixir

Elixir dojos

Some coding dojos and simples puzzles with elixir.

Running tests

Go to project fold and type:

mix test

Compiling

mix compile

To use compiled project:

iex -S mix