标签:
namespace _03我的第三个项目_练习
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("*******************************************");
Console.WriteLine("* 这是我的第一个C#程序 *");
Console.WriteLine("*******************************************");
Console.ReadKey();
}
}
}
标签:
原文地址:http://www.cnblogs.com/swlq/p/5349914.html