添加Lesson2

This commit is contained in:
2025-10-11 11:05:51 +08:00
parent 5e8c571bb3
commit 921e096721
5 changed files with 165 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>