first steps
This commit is contained in:
7
include/main.h
Normal file
7
include/main.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __MAIN_H__
|
||||
#define __MAIN_H__
|
||||
|
||||
#define GREEN_COLOR "\033[32m"
|
||||
#define RESET_COLOR "\033[0m"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user