Преглед на файлове

Arrange styles in an array

DricomDragon преди 5 години
родител
ревизия
5a8e736f7e
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      colors/main.cpp

+ 3 - 1
colors/main.cpp

@@ -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;