Skip to content

Instantly share code, notes, and snippets.

@eatnumber1
Created June 19, 2014 20:36
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 eatnumber1/4335a78c5610b9d08eba to your computer and use it in GitHub Desktop.
Save eatnumber1/4335a78c5610b9d08eba to your computer and use it in GitHub Desktop.
int main() {
int a = 1;
a += 2;
return a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment