Desafio Labsec (SGC)
macros.h
Go to the documentation of this file.
1 #ifndef MACROS_H
2 #define MACROS_H
3 
4 #include <iostream>
5 
6 #define NOT_IMPLEMENTED "\e[34m[NOT IMPLEMENTED - Put your code here.]\e[0m"
7 
8 
9 #endif /*MACROS_H*/