Skip to content

Instantly share code, notes, and snippets.

@adam4813
Created November 21, 2019 04:17
Show Gist options
  • Save adam4813/ae21f55f35e71d35289af866b3261973 to your computer and use it in GitHub Desktop.
Save adam4813/ae21f55f35e71d35289af866b3261973 to your computer and use it in GitHub Desktop.
void do_something(int a, int b) {
int arr = { a
,b
};
int result = a
+ b;
bool same = a
& b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment