using System; namespace 测试项目 { class Program { static void Main(string[] args) { Console.WriteLine("hello world"); } } }