Hello world

public class MyFirst{

  public static void main(String[] args){

  System.out.println("hello world");

  }

}

原文地址:https://www.cnblogs.com/zdcsmart/p/7287429.html