@@ -35,9 +35,11 @@ int main() {
cout << "\033[" << cat << ';' << kind << color << 'm';
cout << cat << ';' << kind << color;
resetColor();
- cout << endl;
+ cout << ' ';
}
+ cout << " | ";
+ cout << endl;
cout << endl << "Upperline" << endl;