Helper methods for printing to console in custom color
using static Nake.Color; // this temporarily switches console color, // while executing specified action With(ConsoleColor.Cyan, ()=> Console.WriteLine("Foo"))
There was an error while loading. Please reload this page.