Skip to content

Instantly share code, notes, and snippets.

@oneman
Created December 10, 2025 00:11
Show Gist options
  • Select an option

  • Save oneman/5b04e99160da407dd4d430b52e5d4550 to your computer and use it in GitHub Desktop.

Select an option

Save oneman/5b04e99160da407dd4d430b52e5d4550 to your computer and use it in GitHub Desktop.
#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