Parcourir la source

Add upperline demonstration

DricomDragon il y a 5 ans
Parent
commit
d1e99cb1ab
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      colors/main.cpp

+ 6 - 0
colors/main.cpp

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