Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 14, 2015 19:58
Show Gist options
  • Save SteveGilham/49102379594fd5354538 to your computer and use it in GitHub Desktop.
Save SteveGilham/49102379594fd5354538 to your computer and use it in GitHub Desktop.
int a, b;
...
if(a || b)
{
//do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment