Created
January 1, 2019 19:25
-
-
Save piotrmadry/d6a8d3f8130145b3684a4bcff71d2108 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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