Skip to content

Instantly share code, notes, and snippets.

@hamoungh
Created October 1, 2014 10:25
Show Gist options
  • Save hamoungh/cbc410a384c29601da43 to your computer and use it in GitHub Desktop.
Save hamoungh/cbc410a384c29601da43 to your computer and use it in GitHub Desktop.
int a = 10;
int b = 20;
bool c;
c = !(a > b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment