using System;

namespace app301
{
    class app301
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello Bharat.");
            {
                Console.WriteLine("Anup Kumar Tirkey.");
                {
                    Console.WriteLine("Anup kumar is a Mechanical Engineer.");
                    {
                        Console.WriteLine("NIT.");
                        {
                            Console.WriteLine("Anoop - Gussa nahin.Angry nahin.");
                            {
                                Console.WriteLine("Anoop - Overseas Officer se aya ;unke sth koi jyada batcheet nahi huwa; 6 mahine my;har smay Anup kyoon Likhe.");
                            }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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