开播了,庆祝一下
时间:2010-12-05 来源:僵尸之王
第一个helloword,呵呵,希望C#也和易语言一样友好。
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWord { class HelloWord { static void Main(string[] args) { System.Console.WriteLine("Hello, World!"); } } }
相关阅读 更多 +