c#初体验

./*烟台大学计算机学院学生   
*All right reserved.   
 *.*文件名称jc#初体验
*作者:杨飞   
*完成日期:2014年9月2日   
*版本号:v1.0   
*对任务及求解方法的描述部分:c#初体验
0\ 
*我的程序:*/ 
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("helleo world!!!");
            Console.ReadLine();
            Console.ReadKey();
        }
    }
}

你可能感兴趣的:(c#初体验)