Created
September 13, 2018 20:04
-
-
Save cyberlex404/b18fe3f09e93a7a1461da6e95015e066 to your computer and use it in GitHub Desktop.
file.c
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
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