We're going to be solving a poker problem in Elixir.
Given five playing cards, evaluate the poker hand.
Never played poker? No problem! Have a quick look at the possible hands.
- Find a pairing partner
- Clone the repo
- Run the tests (
mix test
) - Fix the failing tests
- Add tests where relevant (the provided tests are not sufficient)
- Open a Pull Request so we can discuss different approaches
- Level up your development skills
- Learn a little bit about Poker