Skip to content

Instantly share code, notes, and snippets.

@ochafik
Created February 12, 2013 14:06
Show Gist options
  • Save ochafik/4770096 to your computer and use it in GitHub Desktop.
Save ochafik/4770096 to your computer and use it in GitHub Desktop.
for (iteration <- 0 until iterations) {
for (i <- 0 until n) {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment