Created
December 21, 2018 07:57
-
-
Save 1nnOc3nt/1e83c38878f1ec6b8d1101f580fcb44b 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 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