Files
Leetcode/566. Reshape the Matrix/566. Reshape the Matrix.csproj
Electrominch cb2f99c3a8 Day4
2022-10-06 00:46:00 +03:00

12 lines
299 B
XML

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