[C#] Hello World →→→→→进入此内容的聊天室

来自 , 2020-12-18, 写在 C#, 查看 148 次.
URL http://www.code666.cn/view/6ef80bb2
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace helloworld
  7. {
  8.     class Program
  9.     {
  10.         static void Main(string[] args)
  11.         {
  12.             Console.WriteLine("Hello World!\n按回车退出...");
  13.             Console.ReadLine();
  14.         }
  15.     }
  16. }

回复 "Hello World"

这儿你可以回复上面这条便签

captcha