添加Lesson23

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