using System; namespace HelloWorld { class HelloWorldProgram { static void Main() { Console.WriteLine("Hello World!"); } } }
强迫症,一定要对齐,加空格