Skip to content

Instantly share code, notes, and snippets.

@1nnOc3nt
Last active December 21, 2018 07:53
Show Gist options
  • Save 1nnOc3nt/4cc5fefaec9e762d29d840263adcd679 to your computer and use it in GitHub Desktop.
Save 1nnOc3nt/4cc5fefaec9e762d29d840263adcd679 to your computer and use it in GitHub Desktop.
#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