An open API service indexing awesome lists of open source software.

https://github.com/louiscb/elixir-exercises

Collection of solutions to various Elixir exercises.
https://github.com/louiscb/elixir-exercises

elixir

Last synced: over 1 year ago
JSON representation

Collection of solutions to various Elixir exercises.

Awesome Lists containing this project

README

          

# 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)`