增加测试代码
using System; namespace TestCore { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } }