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