Hi there源码 说明的2种表达(C#程序)

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 raiden56 的 blog

1,

using system;
class fcs
{?
?public static int main()
{
?console.writeline("free is everybody target.");
?return 0;
}
}

2,

using system;
class hithere
{?static void main() {

?console.writeline("java is not only program throughout the world");
}
}

?

本文关键:Hi there源码 说明的2种表达(C#程序)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top