Skip to content

Instantly share code, notes, and snippets.

@domiyanyue
Last active April 23, 2020 18:32
Show Gist options
  • Save domiyanyue/d86cace4227c48f13a979ed3d543a4d6 to your computer and use it in GitHub Desktop.
Save domiyanyue/d86cace4227c48f13a979ed3d543a4d6 to your computer and use it in GitHub Desktop.
c++ warning example
int main(){
int a = 1;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment