Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 495 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 495 Bytes

solved_programming_elixir

Here are my solutions for exercises from an amazing book called "Programming Elixir" by Dave Thomas.

I'm using Elixir Style Guide suggestions here.

The folders contain exercises for each chapter with tasks to be done.

Most of exercises have ExUnit tests. Just run script via elixir example_script.exs to see results.