feat : add leetcode daily solution

This commit is contained in:
2025-08-13 14:22:48 +08:00
parent 3b1ffd3b14
commit 80c8ed405c
3 changed files with 53 additions and 0 deletions

View File

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