Files
Leetcode/144. Binary Tree Preorder Traversal/144. Binary Tree Preorder Traversal.csproj
Electrominch 01c5720116 Day10
2022-10-12 02:30:23 +03:00

12 lines
311 B
XML

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