public class HelloWorld { public static void main(String[] args){ System.out.println("hello imooc"); } }
是正确的,有的时候慕课网会出这种问题,你自己去Eclipse上面运行,就可以运行出来的