Files
Leetcode/232. Implement Queue using Stacks/232. Implement Queue using Stacks.csproj
Electrominch 02afed9c4c Day8-9
2022-10-11 01:45:16 +03:00

12 lines
309 B
XML

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