using System;
namespace Proje
{
class Program
static void Main(string[]args)
Console.WriteLine("HELLO WORLD!");
}