C#第一堂课

2021-06-04 20:03

阅读:332

标签:ace   []   mes   一个   ring   console   using   cat   key   

using System;
namespace HelloWorldApplication
{
/ 类名为 HelloWorld /
class HelloWorld
{
/ main函数 /
static void Main(string[] args)
{
/ 我的第一个 C# 程序 /
Console.WriteLine("Hello World!");
Console.ReadKey();
}
}
}

C#第一堂课

标签:ace   []   mes   一个   ring   console   using   cat   key   

原文地址:https://blog.51cto.com/13842786/2391816


评论


亲,登录后才可以留言!