class helloclass { public static void main(String args[]) { system.out.println("Hello World"); } }