大家好,欢迎使用慕课网在线编辑器来快速体验Java。
运行右边的代码,输出内容:
hello imooc
public class HelloWorld { public static void main(String[] args){ System.out.println("hello imooc"); }}