From 0dd8bbde66051a7fff78a3926b788dbbfb73d5f4 Mon Sep 17 00:00:00 2001 From: tep-web Date: Mon, 2 Mar 2026 18:32:55 +0900 Subject: [PATCH 1/2] Add [Teppei] to attendees list --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index bf1f5e9..1f5e151 100644 --- a/Program.cs +++ b/Program.cs @@ -21,6 +21,7 @@ "Sean!!!", "Jeffrey Chan", // Add your name above this line! (Do not delete this) + "Teppei", ]; Console.WriteLine("Hello World!"); From e1694d9b2f25167331f06c1cdadbc6f286e40faf Mon Sep 17 00:00:00 2001 From: Angus Wong <158044675+wongy123@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:15:33 +1000 Subject: [PATCH 2/2] Reinstate comment for name addition in Program.cs --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 1f5e151..1fed18c 100644 --- a/Program.cs +++ b/Program.cs @@ -20,8 +20,8 @@ "Kenneth", "Sean!!!", "Jeffrey Chan", - // Add your name above this line! (Do not delete this) "Teppei", + // Add your name above this line! (Do not delete this) ]; Console.WriteLine("Hello World!");