第一篇内容当然是 hello world
using System;
class MyFirstBk
{
public static void main( string args[ ])
{
console.WriteLine("hello world");
}
}
谢谢大家观看这么简单的一个入门程序 哈哈
第一篇内容当然是 hello world
using System;
class MyFirstBk
{
public static void main( string args[ ])
{
console.WriteLine("hello world");
}
}
谢谢大家观看这么简单的一个入门程序 哈哈