hello cnblogs

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace HelloWorld
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("hello cnblogs");
        }
    }
}
posted @ 2012-07-10 08:33  xiepeixing  阅读(68)  评论(0)    收藏  举报