代码
提交代码
public class HelloImooc { // 定义入口方法 public static void main(String[] args) { // 打印输出:你好慕课网 System.out.println("你好慕课网"); } }
运行结果