Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 682 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 682 Bytes

Elixir cards dojo

What

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.

How

  • Find a pairing partner
  • git clone this repo
  • cd 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

Why

Level up your elixir skills!