Skip to content

Instantly share code, notes, and snippets.

@domiyanyue
Created April 25, 2020 02:55
Show Gist options
  • Save domiyanyue/5825a1f068a7fe70fcf300d6057dd7bb to your computer and use it in GitHub Desktop.
Save domiyanyue/5825a1f068a7fe70fcf300d6057dd7bb to your computer and use it in GitHub Desktop.
example_include
#include "vars.h"
int main(){
return 0;
}
int a = 1;
int foo(){
return 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment