public class Test1 { public static void main ( String[] argvs) { System.out.println("Hello World"); } }