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