diff --git a/ConsoleApp/Program.cs b/ConsoleApp/Program.cs index 404e1bd..e2df9a7 100644 --- a/ConsoleApp/Program.cs +++ b/ConsoleApp/Program.cs @@ -1,4 +1,6 @@ // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); -Console.WriteLine("This change wont break the build!"); \ No newline at end of file +Console.WriteLine("This change wont break the build!"); +Console.WriteLine("I add value!"); +break the build :( \ No newline at end of file