From 7b194ad11c0f0c779d6bfab68cbb9c8965f5980e Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Wed, 21 Apr 2021 14:22:57 -0500 Subject: [PATCH 1/2] hello keith --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 3ffa6b1..f2647e2 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 Keith!"); } } } From 66af5ed75f2dee6baedbe0c6f69e592d66875450 Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Wed, 21 Apr 2021 14:24:34 -0500 Subject: [PATCH 2/2] keith 2 --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index f2647e2..073fd8d 100644 --- a/Program.cs +++ b/Program.cs @@ -6,7 +6,7 @@ class Program { static void Main(string[] args) { - Console.WriteLine("Hello Keith!"); + Console.WriteLine("Hello Keith 2!"); } } }