美文网首页
C#版hello world的代码

C#版hello world的代码

作者: we1212 | 来源:发表于2021-11-20 23:29 被阅读0次

下面的资料是关于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