public class Example{
    public static void main(String args[]){
          System.out.println("Hello world!");
     }
}且文件名要和类名相同.