Files

11 lines
189 B
C#
Raw Permalink Normal View History

2025-10-14 16:07:14 +08:00
namespace Lesson6_Dictionary练习
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}