coding challenge repo for hh.ex april edition
This time we are going to go write some functional programming basics ourself. We are going to implement List operations like count
, and reverse
.
We have some tests prepared, you can run them as usual with mix test
.
Enum
, List
, or similar things from the StdLib.
Please open a Pull Request with your solution, so we can discuss the results together and people who did not attend have a chance to see different approach.