Skip to content

Instantly share code, notes, and snippets.

@NMyVision
NMyVision / ColorConsole.linq
Last active February 12, 2021 21:33
LINQPad Console.Writeline and Console.Write with foreground color support.
void Main()
{
PlainMain();
Util.RawHtml("<hr/>").Dump();
ColorMain();
}