diff --git a/ConsoleApplication2/Program.cs b/ConsoleApplication2/Program.cs index 637aabd..067b6a8 100644 --- a/ConsoleApplication2/Program.cs +++ b/ConsoleApplication2/Program.cs @@ -10,6 +10,7 @@ class Program { static void Main(string[] args) { + Console.ForegroundColor = ConsoleColor.Red; Console.WriteLine("Test af Git Branch"); } }