This shows the simplest way to print something to the console using IO.inspect/2.
IO.inspect/2
To launch IEx, open your terminal and type iex.
iex
Elixir ships with a built-in graphical debugger called :debugger.
:debugger
Elixir uses ExUnit as its built-in test framework, which is extremely powerful and easy to use.