using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello Munira");
Console.WriteLine("This is my 1st program");
}