A set of simple exercises to get familiar with elm programming language. To start with the exercises, clone this repository to your local machine and follow these steps.
cd elm-simple-exercises
elm package install
elm reactor
- Open the given url in your browser.
- Click on a specific exercise and solve them until all tests pass.