Skip to content

Instantly share code, notes, and snippets.

@domiyanyue
Created April 25, 2020 03:04
Show Gist options
  • Save domiyanyue/2bd6543d4f217c698b7fe339b99d4d24 to your computer and use it in GitHub Desktop.
Save domiyanyue/2bd6543d4f217c698b7fe339b99d4d24 to your computer and use it in GitHub Desktop.
example_after_include
int a = 1;
int foo(){
return 2;
}
int main(){
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment