From de03c2be8526f388dc3922c5fdccc5bc3c26fc75 Mon Sep 17 00:00:00 2001 From: moni-netizen Date: Mon, 2 Mar 2026 18:09:56 +1000 Subject: [PATCH 1/3] i added my name wow yay! monique soth name added woah amazeballs --- .idea/.idea.git-101-2026/.idea/.gitignore | 13 +++++++++++++ .idea/.idea.git-101-2026/.idea/encodings.xml | 4 ++++ .idea/.idea.git-101-2026/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.git-101-2026/.idea/vcs.xml | 6 ++++++ Program.cs | 3 ++- 5 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .idea/.idea.git-101-2026/.idea/.gitignore create mode 100644 .idea/.idea.git-101-2026/.idea/encodings.xml create mode 100644 .idea/.idea.git-101-2026/.idea/indexLayout.xml create mode 100644 .idea/.idea.git-101-2026/.idea/vcs.xml diff --git a/.idea/.idea.git-101-2026/.idea/.gitignore b/.idea/.idea.git-101-2026/.idea/.gitignore new file mode 100644 index 0000000..5c35be8 --- /dev/null +++ b/.idea/.idea.git-101-2026/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/.idea.git-101-2026.iml +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.git-101-2026/.idea/encodings.xml b/.idea/.idea.git-101-2026/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.git-101-2026/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.git-101-2026/.idea/indexLayout.xml b/.idea/.idea.git-101-2026/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.git-101-2026/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.git-101-2026/.idea/vcs.xml b/.idea/.idea.git-101-2026/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.git-101-2026/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Program.cs b/Program.cs index fcc8b9f..034d925 100644 --- a/Program.cs +++ b/Program.cs @@ -7,7 +7,8 @@ "Shrek", "Inano", "Kevin", - "Ethan Burnet" + "Ethan Burnet", + "Monique Soth" // Add your name above this line! (Do not delete this) ]; From cea4246bf1f81fdba9e0ea0c0d6f5e0e9b61dd87 Mon Sep 17 00:00:00 2001 From: moni-netizen Date: Mon, 2 Mar 2026 18:15:56 +1000 Subject: [PATCH 2/3] Update Program.cs --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 034d925..6ad0777 100644 --- a/Program.cs +++ b/Program.cs @@ -8,7 +8,7 @@ "Inano", "Kevin", "Ethan Burnet", - "Monique Soth" + "Monique soth" // Add your name above this line! (Do not delete this) ]; From 18d47aa655a34898da1a4168d535cb1723b7122d Mon Sep 17 00:00:00 2001 From: moni-netizen Date: Mon, 2 Mar 2026 18:16:20 +1000 Subject: [PATCH 3/3] updated my name to monique soth --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 6ad0777..462f966 100644 --- a/Program.cs +++ b/Program.cs @@ -8,7 +8,7 @@ "Inano", "Kevin", "Ethan Burnet", - "Monique soth" + "monique soth" // Add your name above this line! (Do not delete this) ];