using System; using System.Collections.Generic; using System.Text; namespace drdg { class Hello { static void Main(string[] args) { Console.WriteLine("Hello world!"); Console.ReadKey(); } } }
运行截图: