Skip to content

Instantly share code, notes, and snippets.

@hamoungh
Created September 25, 2014 13:39
Show Gist options
  • Save hamoungh/0def614359b9ee167ea3 to your computer and use it in GitHub Desktop.
Save hamoungh/0def614359b9ee167ea3 to your computer and use it in GitHub Desktop.
int i = 3;
int j = 10;
++i;
j -= i;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment