/* * * world2 * */ import java.io.*; class world2 { public static void main(String[] args) { int c; System.out.println("Hello World"); try { c=System.in.read(); } catch (IOException e) { } } }