#include "scolor.hpp" #include int main(){ puts(GREEN((const char*)"This is going to be in green")); return 0; }