[求助]新手,关于HelloWorld的问题
我用的是vs.net 1.1的命令控制台,写好using System;
namespace Notepad {
class HelloWorld {
public static void Main() {
Console.WriteLine("hello world")
}
}
}
保存为HelloWorld.cs
在cmd下运行 csc HelloWorld.cs
提示error cs1002:应输入;何解?
2006-08-01 21:38
2006-08-01 22:15
2006-08-01 22:58
2006-08-02 19:27
人家说了是新手的嘛,理解!理解~~
2006-08-02 20:57
2006-08-03 00:52