using System;

namespace ConsoleApplication
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.Write("Hello World!");
            Console.Read();
        }
    }
}

 

相关文章:

  • 2021-08-28
  • 2021-11-25
  • 2022-02-08
  • 2021-12-03
  • 2021-12-04
  • 2022-01-29
  • 2021-10-26
  • 2021-11-06
猜你喜欢
  • 2022-01-11
  • 2021-10-15
  • 2021-10-31
  • 2021-08-02
  • 2022-12-23
  • 2021-07-05
  • 2021-04-06
相关资源
相似解决方案