Skip to content

Instantly share code, notes, and snippets.

@jhbruhn
Created December 12, 2013 17:44
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 jhbruhn/7932211 to your computer and use it in GitHub Desktop.
Save jhbruhn/7932211 to your computer and use it in GitHub Desktop.
for(int i = 0; i < 10; i+=3) {
//...
i -= 2;
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment