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.
- Host: GitHub
- URL: https://github.com/louiscb/elixir-exercises
- Owner: louiscb
- Created: 2018-02-05T13:42:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T17:57:39.000Z (over 8 years ago)
- Last Synced: 2025-01-28T14:47:56.718Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 736 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)`