using System;

namespace app302
{
    class app302
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello Bharat.");
            {
                Console.WriteLine("Anup Kumar Tirkey.");
                {
                    Console.WriteLine("Anup kumar is a Mechanical Engineer with W.");
                    {
                        Console.WriteLine("Anup Kumar is a Civil Officer with W");
                        {
                            Console.WriteLine("ANoop - tum kutee ko ANup Tirkey job diye hain.");
                            {
                                Console.WriteLine("ANoop - Gussa nahin. Angry nahin.");
                            }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: