添加Lesson24

This commit is contained in:
2025-09-17 19:59:36 +08:00
parent 1c4099eb8e
commit cb53f802bb
5 changed files with 131 additions and 0 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson24_面向对象相关_StringBuilder练习</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>