Initial commit

This commit is contained in:
2024-04-28 21:34:56 +03:00
commit 4898bea338
4 changed files with 158 additions and 0 deletions

10
EightQueens.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>