Skip to content

Instantly share code, notes, and snippets.

@cyberlex404
Created September 13, 2018 20:04
Show Gist options
  • Save cyberlex404/b18fe3f09e93a7a1461da6e95015e066 to your computer and use it in GitHub Desktop.
Save cyberlex404/b18fe3f09e93a7a1461da6e95015e066 to your computer and use it in GitHub Desktop.
file.c
if ((a*2 < b) && (a*2 <c)) {
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment