first steps

This commit is contained in:
2024-11-08 18:39:38 +01:00
parent 08b0bce492
commit e2bded0456
10 changed files with 74 additions and 1 deletions

7
include/main.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __MAIN_H__
#define __MAIN_H__
#define GREEN_COLOR "\033[32m"
#define RESET_COLOR "\033[0m"
#endif