Skip to content

Commit 1b83eff

Browse files
author
Bernard Pietraga
authored
Update README.md
1 parent b32d688 commit 1b83eff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
#programming_elixir_book_exercises
1+
# solved_programming_elixir
22

33
Here are my solutions for exercises from an amazing book called
44
["Programming Elixir"](https://pragprog.com/book/elixir/programming-elixir)
55
by [Dave Thomas](https://github.com/pragdave).
66

77
I'm using [Elixir Style Guide](https://github.com/christopheradams/elixir_style_guide)
88
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

Comments
 (0)