[#3005] feat(leetcode): init project, add C# solution

This commit is contained in:
2025-09-22 13:48:38 +08:00
parent 7c86a4a99a
commit c7453b45e6
8 changed files with 255 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>