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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Tutorial from https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html
mix compilemix testiex -S mix