Files
Leetcode/203. Remove Linked List Elements/203. Remove Linked List Elements.csproj
Electrominch c019e8856c Day7
2022-10-08 01:07:50 +03:00

12 lines
308 B
XML

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