Files
Leetcode/724. Find Pivot Index/724. Find Pivot Index.csproj
Electrominch c9916dabad Initial commit
2022-10-04 13:40:57 +03:00

12 lines
297 B
XML

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