Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 7, 2018 17:14
Show Gist options
  • Save recursivecodes/9419ec0e31c3322ee78537b021b8b1a6 to your computer and use it in GitHub Desktop.
Save recursivecodes/9419ec0e31c3322ee78537b021b8b1a6 to your computer and use it in GitHub Desktop.
def suits = ['❤️', '♠️', '♣️', '♦️']
def cards = ['A', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K']
def deck = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment