Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 566 Bytes

Kata - ListOps

coding challenge repo for hh.ex april edition

Description:

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.

⚠️ Don't cheat! Avoid Enum, List, or similar things from the StdLib. ⚠️

Results

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.