Running the Examples
Learn how to run code snippets given in this course locally.
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 1400+ tech skills courses.