C#版hello world的代码

下面的资料是关于C#版hello world的代码。

using System;
public class HelloWorld
{
public static void Main(string[] args) {
Console.Write("Hello World!");
}
}

posted @ 2021-11-20 23:31  可爱小星星  阅读(340)  评论(0)    收藏  举报