Skip to content

Instantly share code, notes, and snippets.

@MarcinMoskala
Created May 25, 2018 19:49
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 MarcinMoskala/9b866b478b8a7e951968b9e1b6bce321 to your computer and use it in GitHub Desktop.
Save MarcinMoskala/9b866b478b8a7e951968b9e1b6bce321 to your computer and use it in GitHub Desktop.
fun generateDeck(): List<Int> = (List(4) { 10 } + (2..9) + 11) * 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment