码家

Web Platform, Cloud and Mobile Application Development

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

 

using System;
namespace Wrox
{
 public class MyFirstClass
 {
  static void Main()
  {
   Console.WriteLine("Hello");
   Console.ReadLine();
   return;
  }
 }
}

posted on 2011-04-05 13:55  海山  阅读(161)  评论(0)    收藏  举报