From 672fba37b60707099b1415a5a62979c2c702181d Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 24 Feb 2025 13:59:16 +0300 Subject: [PATCH] trig --- .gitignore | 3 +++ Class1.cs | 12 ++++++++++++ ConsoleForGid.csproj | 1 + 3 files changed, 16 insertions(+) create mode 100644 Class1.cs diff --git a/.gitignore b/.gitignore index e69de29..9235e91 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +/bin +/obj +/.vs \ No newline at end of file diff --git a/Class1.cs b/Class1.cs new file mode 100644 index 0000000..ded8a72 --- /dev/null +++ b/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGid +{ + internal class Class1 + { + } +} diff --git a/ConsoleForGid.csproj b/ConsoleForGid.csproj index 92802e8..decdce0 100644 --- a/ConsoleForGid.csproj +++ b/ConsoleForGid.csproj @@ -43,6 +43,7 @@ +