diff --git a/Test/Test/Program.cs b/Test/Test/Program.cs index 1f1889c..0d42caf 100644 --- a/Test/Test/Program.cs +++ b/Test/Test/Program.cs @@ -9,6 +9,7 @@ static void Main(string[] args) WriteLine("Hello world"); WriteLine("Hola mundo"); WriteLine("Pushing branch"); + WriteLine("Another branch"); ReadLine(); } }