public class Test
{
    public static void main (String[] Args)
    {
        System.out.printf("Hello World");
    }
}