下面的资料是关于C#版hello world的代码。
using System;
public class HelloWorld
{
public static void Main(string[] args) {
Console.Write("Hello World!");
}
}
下面的资料是关于C#版hello world的代码。
using System;
public class HelloWorld
{
public static void Main(string[] args) {
Console.Write("Hello World!");
}
}
本文标题:C#版hello world的代码
本文链接:https://www.haomeiwen.com/subject/bpqptrtx.html
网友评论