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