From e36c495db016263bea6eeeb91b06d8d6cc37f008 Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Wed, 21 Apr 2021 10:15:37 -0500 Subject: [PATCH 1/2] Update Program.cs --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 3ffa6b1..be956e1 100644 --- a/Program.cs +++ b/Program.cs @@ -6,7 +6,7 @@ class Program { static void Main(string[] args) { - Console.WriteLine("Hello World!"); + Console.WriteLine("Hello Dylan!"); } } } From b0d0aaabd9d91c932540699b8f32b31bc76370e5 Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Wed, 21 Apr 2021 10:21:40 -0500 Subject: [PATCH 2/2] intentionally breaking code --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index be956e1..19dcce1 100644 --- a/Program.cs +++ b/Program.cs @@ -6,7 +6,7 @@ class Program { static void Main(string[] args) { - Console.WriteLine("Hello Dylan!"); + Console.WriteLine("Hello Dylan!") } } }