Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vodamiro
Last active April 12, 2019 09:12
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/689f3906ed5dcc10ec031eebd394761b to your computer and use it in GitHub Desktop.
Save vodamiro/689f3906ed5dcc10ec031eebd394761b to your computer and use it in GitHub Desktop.
S_A_RangesInLoops2.kt
var max = 10;
for (int i = 1 ; i <= max ; i++) {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment