diff --git a/source/Program.cs b/source/Program.cs index df5e474e96fed33c5932e22eae180c293850ddc4..1ef8b3720db0065ac7815f3318d5ae52257953d5 100644 --- a/source/Program.cs +++ b/source/Program.cs @@ -19,13 +19,9 @@ public class Program(ILogger logger) /// Basic logo of the program, for fun /// public const string helloWorld = @" - ____ ____ ____ -/\ _`\ /\ _`\ /\ _`\ -\ \,\L\_\ __ __\ \ \/\_\ ___\ \,\L\_\ - \/_\__ \ /\ \/\ \\ \ \/_/_ / __`\/_\__ \ - /\ \L\ \ \ \_\ \\ \ \L\ \/\ \L\ \/\ \L\ \ - \ `\____\ \____/ \ \____/\ \____/\ `\____\ - \/_____/\/___/ \/___/ \/___/ \/_____/ +░█▀▀░█░█░█▀▀░█▀█░█▀▀ +░▀▀█░█░█░█░░░█░█░▀▀█ +░▀▀▀░▀▀▀░▀▀▀░▀▀▀░▀▀▀ "; ///