添加Lesson12的练习

This commit is contained in:
2025-09-08 15:52:02 +08:00
parent 5abced23d9
commit 8029e030be
3 changed files with 50 additions and 0 deletions
@@ -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>