proba.c (92B)
1 #include <gcolors.h> 2 #include <stdio.h> 3 4 5 int main(){ 6 printf("%s", COL_BG_0); 7 return 0; 8 }