public class HelloWord {
public static void main(String[] args){
System.out.println("hello imooc");
}
看代码是没问题的 是不是类名和文件名不一致? 可以看下报什么错。
world 敲错了