From fa2ff355440129c0a32723932d78f3e029faa6c0 Mon Sep 17 00:00:00 2001 From: Deacon Hunter <100684231+DELUXEHUNTER@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:47:39 -0500 Subject: [PATCH] commit --- Neoa/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Neoa/Program.cs b/Neoa/Program.cs index 7c39a11..21d8a7a 100644 --- a/Neoa/Program.cs +++ b/Neoa/Program.cs @@ -26,11 +26,11 @@ namespace Neoa public class Program { public static Player CNAME = new Player(); - static void Main(string[] args); - + static void Main(string[] args) + { Console.ForegroundColor = ConsoleColor.Red; Start(); - + } static void Start() { WriteLine("NEOA");