提示:
namespace HelloWorld { class Program { static void Main(string[] args) { System.Console.Write("Hello, World!"); } } }