public class HelloWorld {
public static void main(String[] args) {
System.out.println("hello imooc");
}
我用myeclipse运行了一下,并没有报错。