~
[scx.git] / tests / colstr.cpp
blob164bd27938f3633db53f59a94612c03233b3144b
1 #include <iostream>
2 #include "scx/ColStr.hpp"
3 using namespace std;
4 using namespace scx;
6 int main()
8 string str("hello");
9 cout << BlueStr(str);
10 cout << YellowStr(" world");
11 cout << RedStr("!") << endl;