Files
cws/include/main.h
2024-11-08 18:39:38 +01:00

7 lines
107 B
C

#ifndef __MAIN_H__
#define __MAIN_H__
#define GREEN_COLOR "\033[32m"
#define RESET_COLOR "\033[0m"
#endif