From bc54c2120160a783725f0324c31d6cfd2c1f0671 Mon Sep 17 00:00:00 2001 From: Laurence0x03 Date: Tue, 27 May 2025 09:51:50 +1000 Subject: [PATCH] this breaks the build --- ConsoleApp/Program.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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