Files
Leetcode/724. Find Pivot Index/724. Find Pivot Index.csproj
2026-03-22 01:41:46 +03:00

12 lines
297 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>_724._Find_Pivot_Index</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>