the test

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

namespace ConsoleApplication2
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("kais");
            Console.ReadLine();
        }
    }
}
posted @ 2011-04-22 11:14  邪灵  阅读(119)  评论(0)    收藏  举报