Files
Csharp/C#进阶/test/Program.cs
T

11 lines
169 B
C#
Raw Normal View History

2025-10-09 12:28:41 +08:00
namespace test
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}