浏览代码

Add upperline demonstration

DricomDragon 5 年之前
父节点
当前提交
d1e99cb1ab
共有 1 个文件被更改,包括 6 次插入0 次删除
  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;