This repo provides exercises to practice Elixir fundamentals.
For any given module, an accompanying test is provided. It's intended to accompany the README in my (Learn Elixir)[https://github.com/cjpoll/learn-elixir] repo.
You don't have to do these in order, but the intended order is:
- Practice.BooleanComparison
- Practice.PatternMatching
- Practice.User
- Practice.Processes