程序点滴jcodeer.blog.chinaunix.net
jcodeer
全部博文(171)
2012年(2)
2011年(70)
2010年(9)
2009年(14)
2008年(76)
Bean_lee
GY123456
armlife
linky521
g_progra
猥琐才是
athzhang
CU博客助
meiyang_
heq76
gaokeke1
yangyefe
yanganni
tomcodin
qhy95020
allaxin
suntao32
13661379
分类: C/C++
2008-03-22 22:49:14
using System;using System.Collections.Generic;using System.Text;/************************************************************************//* * 程序说明 * 1.使用名字空间 * 2.类的定义不需要分号 * 3.C#区分大小写 * 4.程序的入口为Main * 5.Main函数为静态函数 *//************************************************************************/namespace HelloWorld{ class Program { static void Main(string[] args) { Console.WriteLine("Hello world"); } }}
上一篇:C#、C++调用C生成的DLL
下一篇:C#教程之二(变量类型的使用方法)
登录 注册