From bc2d4096fc1e0f8de5ba840778b9b3cec3aec973 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 24 Feb 2025 13:51:56 +0300 Subject: [PATCH] third --- ConsoleForGit.csproj | 1 + second.cs | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 second.cs diff --git a/ConsoleForGit.csproj b/ConsoleForGit.csproj index 1fd13e4..bc37de1 100644 --- a/ConsoleForGit.csproj +++ b/ConsoleForGit.csproj @@ -45,6 +45,7 @@ + diff --git a/second.cs b/second.cs new file mode 100644 index 0000000..8c09219 --- /dev/null +++ b/second.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGit +{ + internal class second + { + } +}