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