Skip to content

Instantly share code, notes, and snippets.

@JIElite
Last active August 29, 2015 14:08
Show Gist options
  • Save JIElite/904b4d9fa00136ea6083 to your computer and use it in GitHub Desktop.
Save JIElite/904b4d9fa00136ea6083 to your computer and use it in GitHub Desktop.
void func(int n1) { .... }
int main(){
func(5);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment