Skip to content

Instantly share code, notes, and snippets.

@JIElite
Created November 8, 2014 12:02
Show Gist options
  • Save JIElite/bee0932610149125bc99 to your computer and use it in GitHub Desktop.
Save JIElite/bee0932610149125bc99 to your computer and use it in GitHub Desktop.
void func(int n1) { ... }
int main(){
func(5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment