public class HelloWord {
public static void main(String[] args) {
System.out.println("hello imooc");
}
包含hello imooc