From da5b8e34eeee306bbb24580e35e4088db4a7755d Mon Sep 17 00:00:00 2001 From: JohnsontheFly Date: Mon, 2 Mar 2026 18:07:34 +1000 Subject: [PATCH 1/5] Added my name to Program.cs --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index fd090ce..bf184ff 100644 --- a/Program.cs +++ b/Program.cs @@ -4,6 +4,7 @@ "Angus Wong", "Ryan Chang", "Ethan Burnet", + "Uhhh I dont wanna", // Add your name above this line! (Do not delete this) ]; From 97bea08c02eea03ad5d0f98fd4fd170e5d5810f5 Mon Sep 17 00:00:00 2001 From: JohnsontheFly Date: Mon, 2 Mar 2026 18:15:52 +1000 Subject: [PATCH 2/5] Made Program.cs better :) --- Program.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Program.cs b/Program.cs index bf184ff..5c757ee 100644 --- a/Program.cs +++ b/Program.cs @@ -10,11 +10,11 @@ Console.WriteLine("Hello World!"); Console.WriteLine(""" - ____ _ _ _ _ _ - / ___|___ __| | ___ | \ | | ___| |___ _____ _ __| | __ - | | / _ \ / _` |/ _ \ | \| |/ _ \ __\ \ /\ / / _ \| '__| |/ / - | |__| (_) | (_| | __/ | |\ | __/ |_ \ V V / (_) | | | < - \____\___/ \__,_|\___| |_| \_|\___|\__| \_/\_/ \___/|_| |_|\_\ + ____ _ _ _ _ + / ___|___ ___ ___ | \ | | ___| |___ _____ _ __| | __ + | | / _ \ / _ \ / _ \ | \| |/ _ \ __\ \ /\ / / _ \| '__| |/ / + | |__| (_) | (_) | (_) || |\ | __/ |_ \ V V / (_) | | | < + \____\___/ \___/ \___/ |_| \_|\___|\__| \_/\_/ \___/|_| |_|\_\ """); Console.WriteLine("Welcome to the Git 101 Workshop for Code Network!"); From d422dd12b93307dde1cc210ce062e1036d846f30 Mon Sep 17 00:00:00 2001 From: JohnsontheFly Date: Mon, 2 Mar 2026 18:20:48 +1000 Subject: [PATCH 3/5] Okay now I added my name for real --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 5c757ee..f10a2d5 100644 --- a/Program.cs +++ b/Program.cs @@ -4,7 +4,7 @@ "Angus Wong", "Ryan Chang", "Ethan Burnet", - "Uhhh I dont wanna", + "Christopher Rudel", // Add your name above this line! (Do not delete this) ]; From b30cd2da7d4951798a34b0b8ab94dc30dd03cbb4 Mon Sep 17 00:00:00 2001 From: JohnsontheFly Date: Mon, 2 Mar 2026 18:45:04 +1000 Subject: [PATCH 4/5] Added my name --- Program.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Program.cs b/Program.cs index b2c01cb..3e88b2f 100644 --- a/Program.cs +++ b/Program.cs @@ -18,11 +18,11 @@ Console.WriteLine("Hello World!"); Console.WriteLine(""" - ____ _ _ _ _ - / ___|___ ___ ___ | \ | | ___| |___ _____ _ __| | __ - | | / _ \ / _ \ / _ \ | \| |/ _ \ __\ \ /\ / / _ \| '__| |/ / - | |__| (_) | (_) | (_) || |\ | __/ |_ \ V V / (_) | | | < - \____\___/ \___/ \___/ |_| \_|\___|\__| \_/\_/ \___/|_| |_|\_\ + ____ _ _ + / ___|___ ___ ___ | \ | | ___ ___ ___ ___ ___ ___ + | | / _ \ / _ \ / _ \ | \| |/ _ \ / _ \ / _ \ / _ \ / _ \ / _ \ + | |__| (_) | (_) | (_) || |\ | (_) | (_) | (_) | (_) | (_) | (_) | + \____\___/ \___/ \___/ |_| \_|\___/ \___/ \___/ \___/ \___/ \___/ """); Console.WriteLine("Welcome to the Git 101 Workshop for Code Network!"); From f6e62fb2ee40d26f2d6d278b302d583784c8d764 Mon Sep 17 00:00:00 2001 From: Angus Wong <158044675+wongy123@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:17:31 +1000 Subject: [PATCH 5/5] Update Program.cs --- Program.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Program.cs b/Program.cs index 7b32162..642821f 100644 --- a/Program.cs +++ b/Program.cs @@ -28,11 +28,11 @@ Console.WriteLine("Hello World!"); Console.WriteLine(""" - ____ _ _ - / ___|___ ___ ___ | \ | | ___ ___ ___ ___ ___ ___ - | | / _ \ / _ \ / _ \ | \| |/ _ \ / _ \ / _ \ / _ \ / _ \ / _ \ - | |__| (_) | (_) | (_) || |\ | (_) | (_) | (_) | (_) | (_) | (_) | - \____\___/ \___/ \___/ |_| \_|\___/ \___/ \___/ \___/ \___/ \___/ + ____ _ _ _ _ _ + / ___|___ __| | ___ | \ | | ___| |___ _____ _ __| | __ + | | / _ \ / _` |/ _ \ | \| |/ _ \ __\ \ /\ / / _ \| '__| |/ / + | |__| (_) | (_| | __/ | |\ | __/ |_ \ V V / (_) | | | < + \____\___/ \__,_|\___| |_| \_|\___|\__| \_/\_/ \___/|_| |_|\_\ """); Console.WriteLine("Welcome to the Git 101 Workshop for Code Network!");