1
0

Initial commit

This commit is contained in:
2024-03-07 21:20:05 +03:00
commit 53d7fcca6a
5 changed files with 463 additions and 0 deletions

10
KPO_Lab.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>