langtools/test/tools/apt/Compile/HelloWorld.java
changeset 11864 116173ff7d77
parent 11711 3a9d57fab406
child 11865 8dc106e1925e
equal deleted inserted replaced
11711:3a9d57fab406 11864:116173ff7d77
     1 /* /nodynamiccopyright/ */
       
     2 public class HelloWorld {
       
     3     public static void main(String argv[]) {
       
     4         System.out.println("Hello World.");
       
     5     }
       
     6 }