add some notes and basic code
This commit is contained in:
11
include/colors.h
Normal file
11
include/colors.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __COLORS_H__
|
||||
#define __COLORS_H__
|
||||
|
||||
#define RED "\033[31m"
|
||||
#define GREEN "\033[32m"
|
||||
#define YELLOW "\033[33m"
|
||||
#define BLUE "\033[34m"
|
||||
#define BOLD "\033[1m"
|
||||
#define RESET "\033[0m"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user