This was copied from https://github.com/dojo-toulouse/elixir-koans and modified.
- How to run:
- open the elixir-koans repository in your editor of choice
- open the first text file: 01_about_testing.exs and comment out all but the first test
- modify the test to pass
- in your terminal: cd elixir-koans/
- run the first tests in your terminal: elixir 01_about_testing.exs
- open the second text file: 02_about_numbers_and_booleans.exs
- repeat steps for making the second file pass
- repeat for the rest of the test files