module rainbow; 

import net.masterthought.rainbow.r;

//import std.stdio;

//void main()
//{

////string[] a = ["a","b"] ~ iota(0,257).map!(to!string).array;
////writeln(a);


//writeln(R.bow("This is cool").onCyan.white);

//   //writeln("wow: " ~ R.bow("hello").red.onYellow ~ R.bow("World").yellow.onRed ~ " hello");

//   //writeln("this is ", R.bow("very").red, " cool!"); 

//   //writeln(R.bow("nice").c141.onC0.blink.underlined.bold, " ", R.bow("and cool").yellow.onRed);

//	//writeln("\033[31mHello World\033[0m");
//	//writeln("\033[40;38;5;82m Hello \033[30;48;5;82m World \033[0m");
//}