using System;
using System.Collections.Generic;
using System.Text;
namespace drdg
{
class Hello
{
static void Main(string[] args)
{
Console.WriteLine("Hello world!");
Console.ReadKey();
}
}
}
頁面截圖:
運行截圖:
本文摘自 :https://blog.51cto.com/u