添加Lesson19

This commit is contained in:
2025-10-23 21:00:25 +08:00
parent f77c10f1d5
commit 0fa8be7459
5 changed files with 139 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>