louiscb / Elixir-Exercises

Collection of solutions to various Elixir exercises.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercises to learn Elixir

Collection of my solutions to Elixir exercises created by Johan Montelius.

Enter Elixir's interactive shell: iex

Compile a .ex file: c("introduction.ex")

Run a function within the compiled file Intro.double(4)

About

Collection of solutions to various Elixir exercises.


Languages

Language:Elixir 100.0%