1.1、新建一个java文件
public class Wellcome { public static void main (String[] arge){ System.out.println("hello world"); } }