class Main { 
   public static void main(String[] argv) { 
      System.out.println("hola mundo"); 
   } 
}
