添加Lesson8

This commit is contained in:
2025-10-14 16:07:14 +08:00
parent 3c4123d514
commit c86de4e6be
7 changed files with 240 additions and 0 deletions
@@ -0,0 +1,10 @@
namespace Lesson6_Dictionary练习
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}