[#0165]feat(leetcode): Init project, add C# solution, unit test and README

This commit is contained in:
2025-09-23 10:59:18 +08:00
parent c4e23d5be3
commit 72aa011de9
6 changed files with 342 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>