第一个小程序:helloWord

public class HelloWorld {
     public static void main(String []args){
          System.out.println("HelloWorld!");
     } 
}

原文地址:https://www.cnblogs.com/jichuang/p/6515348.html