We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32d688 commit 1b83effCopy full SHA for 1b83eff
README.md
@@ -1,8 +1,12 @@
1
-#programming_elixir_book_exercises
+# solved_programming_elixir
2
3
Here are my solutions for exercises from an amazing book called
4
["Programming Elixir"](https://pragprog.com/book/elixir/programming-elixir)
5
by [Dave Thomas](https://github.com/pragdave).
6
7
I'm using [Elixir Style Guide](https://github.com/christopheradams/elixir_style_guide)
8
suggestions here.
9
+
10
+The folders contain exercises for each chapter with tasks to be done.
11
12
+Most of exercises have ExUnit tests. Just run script via `elixir example_script.exs` to see results.
0 commit comments