Skip to content

Instantly share code, notes, and snippets.

@Alois-xx
Alois-xx / ColorConsole.cs
Created September 24, 2021 09:42 — forked from RickStrahl/ColorConsole.cs
Color Console - a simple class to add color to .NET Console commands more easily.
using System;
using System.Text;
using System.Text.RegularExpressions;
namespace MainColorConsole
{
class Program
{
static void Main(string[] args)
{