We're going to be solving a card problem in Elixir. You will need to have Elixir installed, or pair with someone who does.
Given five playing cards, evaluate the hand.
Have a quick look at the possible hands we'll be identifying.
- Find a pairing partner
git clonethis repocd elixir-dojo- Run the tests (
mix test) - Fix the failing tests by adding to
hand.ex - Add tests where relevant (the provided tests are not sufficient)
- Open a Pull Request so we can discuss different approaches
Level up your elixir skills!