究極入門之Hello world spa
1 static void Main(string[] args) 2 { 3 //你好,世界 4 Console.WriteLine("HELLO WORLD"); 5 Console.ReadKey(); 6 }
using 導入命名空間code