From 13cb458c7b5338b386d6a95f12b20f40f876b443 Mon Sep 17 00:00:00 2001 From: loshprung Date: Wed, 8 Jan 2020 12:32:26 -0800 Subject: deleted unnecesary files --- color_test.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 color_test.c (limited to 'color_test.c') diff --git a/color_test.c b/color_test.c deleted file mode 100644 index 60b0b93..0000000 --- a/color_test.c +++ /dev/null @@ -1,17 +0,0 @@ -#include - -int main(){ - printf("\033[0;31m"); - printf("Red\n"); - printf("\033[1;31m"); - printf("Bold Red\n"); - printf("\033[0;32m"); - printf("Green\n"); - printf("\033[1;32m"); - printf("Bold Green\n"); - printf("\033[0;30m"); - printf("\033[47m"); - printf("???\n"); - - return 0; -} -- cgit