Skip to content

Instantly share code, notes, and snippets.

@xplicit
Last active April 18, 2016 11:07
Show Gist options
  • Save xplicit/f44e590173d4fe93504fbb24186571f3 to your computer and use it in GitHub Desktop.
Save xplicit/f44e590173d4fe93504fbb24186571f3 to your computer and use it in GitHub Desktop.
int x=5;
int y=10;
int z=x+y;
for (int i=0;i<10;i++)
x++;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment