/mozart-elixir

Learning elixir

Primary LanguageElixir

Run locally

# get dependencies
mix deps.get

# compile project
mix compile

# run the project
mix run --no-halt

# run the project interactive mode
iex -S mix

Run tests

mix test