添加Lesson1,ArrayList

This commit is contained in:
2025-10-10 09:39:57 +08:00
parent 341fa3a006
commit 114536061f
6 changed files with 227 additions and 1 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>