@@ -40,6 +40,12 @@ int main() {
}
+ cout << endl << "Upperline" << endl;
+ cout << endl << "Some text" << endl;
+ cout << "\033[0;53m";
+ resetColor();
+
cout << "End." << endl;
return 0;