Running the Examples

How to run code snippets

To run the code snippets included in the course locally, we have two options.

The IEx session

We can open up an IEx session with iex -S mix and type or copy/paste the code directly into the console. This works great for one- or two-line examples. Here we are going to test the hello-world code of Elixir.

Get hands-on with 1200+ tech skills courses.