Skip to content

Instantly share code, notes, and snippets.

@1nnOc3nt
Created December 21, 2018 07:57
Show Gist options
  • Save 1nnOc3nt/1e83c38878f1ec6b8d1101f580fcb44b to your computer and use it in GitHub Desktop.
Save 1nnOc3nt/1e83c38878f1ec6b8d1101f580fcb44b to your computer and use it in GitHub Desktop.
#define ISEXCELLENT(x) (x>=75)
#define ISLOWER(x) (x>=97 && x<=122)
#define HLINE for(i=0; i<40; i++)\
printf("_");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment