-
-
Save oneman/5b04e99160da407dd4d430b52e5d4550 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #include <stdio.h> | |
| int main() { return printf("%d\n", 0b10000 | 0b01000 | 0b00010) - 3; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment