Removed a temporary test

This commit is contained in:
2024-07-02 11:51:17 -04:00
parent bc281ec794
commit 89129e633b

View File

@@ -179,7 +179,5 @@ int main()
printRGBConsoleTest();
std::cout << mcolor::toEscapeCode(rgbColor(10,0,0)) << "ASS" << std::endl;
return 0;
}