Skip to content

Instantly share code, notes, and snippets.

@sontx
Last active May 28, 2016 09:12
Show Gist options
  • Save sontx/d882610440222546b3e91f4f555743c5 to your computer and use it in GitHub Desktop.
Save sontx/d882610440222546b3e91f4f555743c5 to your computer and use it in GitHub Desktop.
Blog: Source compile process trong C++
void func(int n){
printf("Number is %d\n", n);
}
int main(){
func(10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment