Files
Leetcode/876. Middle of the Linked List/876. Middle of the Linked List.csproj
Electrominch cb2f99c3a8 Day4
2022-10-06 00:46:00 +03:00

12 lines
306 B
XML

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