using System;
class MainClass {
public static void Main (string[] args) {
// Playground
Console.WriteLine ("Hello World");
}