1 /*
   2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
   3  * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
   4  */
   5 
   6 public class Hello {
   7   public static void main(String args[]) {
   8     System.out.println("Hello World");
   9   }
  10 }