[Рекурсия] Создан проект

This commit is contained in:
Пытков Роман
2025-07-25 18:15:17 +03:00
parent df5cb37f1a
commit 1f144231c0
3 changed files with 34 additions and 0 deletions

View File

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