import java.lang.*; 

public class MyApplication 
{ 
  public static void main(String[] args) 
  { 
    System.out.print("Hallo, Welt!"); 
  } 
} 
