Last active
December 21, 2018 07:53
-
-
Save 1nnOc3nt/4cc5fefaec9e762d29d840263adcd679 to your computer and use it in GitHub Desktop.
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
#define AND && | |
#define OR || | |
#define PI 3.14 | |
#define EXCELLENT (a>=75) | |
#define ALERT printf("Security Alert!!") | |
#define MIN 1 | |
#define MAX 9 | |
#define MIDDLE (MIN+MAX)/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment