#include #include #include "colors.hpp" using namespace colors; #define func auto func main() noexcept -> int { std::cout << blink(bold(red(" "))) << std::endl; return 0; }