Skip to content

Instantly share code, notes, and snippets.

@jldevezas
Created July 28, 2011 21:20
Show Gist options
  • Save jldevezas/1112587 to your computer and use it in GitHub Desktop.
Save jldevezas/1112587 to your computer and use it in GitHub Desktop.
for ( i <- 0 until n ;
j <- i + 1 until n ;
if i + j == v ) {
// Do something.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment