参考书籍:
- Microsoft Visual C# 2013
- Microsoft’s DEV204x 课程,就由这里起步吧。
Hello World!
1234567891011121314151617using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace TestHello{class Program{static void Main(string[] args){Console.WriteLine("Hello World!");Console.ReadKey();}}}
The previous duoshuo comment system stopped service. Please use disqus or submit issues to comment.