Files
Leetcode/20. Valid Parentheses/20. Valid Parentheses.csproj
Electrominch 02afed9c4c Day8-9
2022-10-11 01:45:16 +03:00

12 lines
297 B
XML

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