C#版HelloWorld

5年以前  |  阅读数:741 次  |  编程语言:C# 
namespace HelloWorld
{
    class Program
    {
        static void Main(string[] args)
        {
            System.Console.Write("Hello, World!");
        }
    }
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8