Skip to content

Instantly share code, notes, and snippets.

@vodamiro
Created April 11, 2019 14:04
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 vodamiro/3bca7914efc91c0f8b78123a0ac75469 to your computer and use it in GitHub Desktop.
Save vodamiro/3bca7914efc91c0f8b78123a0ac75469 to your computer and use it in GitHub Desktop.
S_A_RangesAndLoops1.kt
var max = 10
for (i in 1..max) {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment