Skip to content

Instantly share code, notes, and snippets.

@JIElite
Created November 8, 2014 12:10
Show Gist options
  • Save JIElite/23d03c84184fecce5ca9 to your computer and use it in GitHub Desktop.
Save JIElite/23d03c84184fecce5ca9 to your computer and use it in GitHub Desktop.
int main() {
int number = 10;
func(number);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment