From e0d9259abc95a7f5469e895faed2ec10f6a912a5 Mon Sep 17 00:00:00 2001 From: Sean Dewantoro Date: Mon, 2 Mar 2026 18:29:48 +1000 Subject: [PATCH 1/2] feat: Add Sean's Name --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index b2c01cb..1ab1b8d 100644 --- a/Program.cs +++ b/Program.cs @@ -13,6 +13,7 @@ "Hamid", "Alan", "Manny", + "Sean!!!" // Add your name above this line! (Do not delete this) ]; From d8b368603611a33465171e21fd5e9f0a70ad744b Mon Sep 17 00:00:00 2001 From: Sean Dewantoro Date: Mon, 2 Mar 2026 18:37:48 +1000 Subject: [PATCH 2/2] add comma --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 6a0b1f4..575b6a6 100644 --- a/Program.cs +++ b/Program.cs @@ -15,7 +15,7 @@ "Hamid", "Alan", "Manny", - "Sean!!!" + "Sean!!!", "Jeffrey Chan", // Add your name above this line! (Do not delete this) ];