Skip to content

Instantly share code, notes, and snippets.

@nicolopignatelli
Created February 27, 2018 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolopignatelli/5f45d9e53f6c98de4107983f78be496e to your computer and use it in GitHub Desktop.
Save nicolopignatelli/5f45d9e53f6c98de4107983f78be496e to your computer and use it in GitHub Desktop.
final case class Card(private val rank: Rank, private val suit: Suit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment