【解决方案1】:

使用系统;

命名空间主 { 课程计划 { 静态无效主要(字符串 [] 参数) { 消息 m=新消息(); m.print("你好世界!"); //第 9 行 Console.ReadLine(); } } }

【讨论】: