Skip to content

Instantly share code, notes, and snippets.

@piotrmadry
Created January 1, 2019 19:25
Show Gist options
  • Save piotrmadry/d6a8d3f8130145b3684a4bcff71d2108 to your computer and use it in GitHub Desktop.
Save piotrmadry/d6a8d3f8130145b3684a4bcff71d2108 to your computer and use it in GitHub Desktop.
val codes = arrayOf(1, 2, 3, 4, 5)
val generalCodes = asList(-5, -4, -3, -2, -1, 0, *codes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment