first commit

This commit is contained in:
2026-03-05 20:51:46 +04:00
commit dbc3b3359e
4 changed files with 417 additions and 0 deletions

10
hanoi.csproj Normal file
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>