Tutorial from https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html
- compile with
mix compile
- run tests with
mix test
- run inside console
iex -S mix
Tutorial from https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html
mix compile
mix test
iex -S mix