From 29576b47a27b54ae6842da980346907ba68bc42e Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:38:00 -0500 Subject: [PATCH] removed test --- ElementaryMathematics/ElementaryMathematics.csproj | 1 - ElementaryMathematics/test.cs | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 ElementaryMathematics/test.cs diff --git a/ElementaryMathematics/ElementaryMathematics.csproj b/ElementaryMathematics/ElementaryMathematics.csproj index 62ca100..7314ad5 100644 --- a/ElementaryMathematics/ElementaryMathematics.csproj +++ b/ElementaryMathematics/ElementaryMathematics.csproj @@ -54,7 +54,6 @@ - ResXFileCodeGenerator Resources.Designer.cs diff --git a/ElementaryMathematics/test.cs b/ElementaryMathematics/test.cs deleted file mode 100644 index 9d3d489..0000000 --- a/ElementaryMathematics/test.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace ElementaryMathematics -{ - public class test - { - - } -} \ No newline at end of file