Created
August 7, 2018 17:14
-
-
Save recursivecodes/9419ec0e31c3322ee78537b021b8b1a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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