Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 402 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 402 Bytes

elixir-koans

Install

  $ git clone [email protected]:dojo-toulouse/elixir-koans.git
  $ cd elixir-koans

Compile

  $ elixirc utils/Koans.ex

Launch

  $ elixir path_to_enlightenment.exs

or

  $ path_to_enlightenment.exs

To medidate on a single theme, run:

  $ elixir about_*.exs

or

  $ about_*.exs