/* This works on isoptera because scolor.h is in /usr/include * If it's not installed on the system you build this on: * 1. Put it in the same directory as this program * 2. Change the < > to " " in the include line */ #include #include int main(){ puts(GREEN("This is going to be in green")); return 0; }