Documentation.java 182 B

123456789
  1. public class Documentation {
  2. public static void main (String[] args) {
  3. //! [hello_world]
  4. System.out.println ("Hello World!");
  5. //! [hello_world]
  6. }
  7. }