class Hello{ public static void main(String a[]){ System.out.print("Hello World!"); } }