第一篇博文

第一次写博客总会有点特别

 1     class Program
 2     {
 3         static void Main(string[] args)
 4         {
 5             Console.WriteLine("Hello world!");
 6             Console.WriteLine("I am Mr. Zhang."); 
 7             Console.WriteLine("This is my first article.");
 8             Console.ReadLine();
 9         }
10     }

 

posted @ 2015-06-05 16:39  牧码者  阅读(86)  评论(0)    收藏  举报