This commit is contained in:
Dmitriy 2025-02-24 13:51:56 +03:00
parent bc80ed2ff3
commit bc2d4096fc
2 changed files with 13 additions and 0 deletions

View File

@ -45,6 +45,7 @@
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="second.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />

12
second.cs Normal file
View File

@ -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
{
}
}