using System;
namespace MyConsoleApp
{
class H
static void main(string[] arghs)
Console.WriteLine("Hi Mohammad");
}