Last active
November 21, 2019 04:17
-
-
Save adam4813/ee9281369c9ed3631631825697c4143a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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