using System;
namespace FirsApp
{
class Program
static void Main(string[] args)
Console.Write("Hello World");
}