Skip to content

Instantly share code, notes, and snippets.

@catupper
Created April 27, 2019 11:47
Show Gist options
  • Save catupper/df0d04d40b12dd57f6142db9bc30fe4d to your computer and use it in GitHub Desktop.
Save catupper/df0d04d40b12dd57f6142db9bc30fe4d to your computer and use it in GitHub Desktop.
int main(){
int a = 0, c = 2;
auto b = &a;
int c = 3;
a *=/ b;
a /*= c;
a =-+ c;
b =*/ 1;
b -=+ c;
c =/* a;
c /=* b;
c */= c;
return c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment