using System;

namespace app208
{
    class app208
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello Bharat.");
            {
                Console.WriteLine("Anup Kumar Tirkey.");
                {
                    Console.WriteLine("Anoop - a mech grad , NIT.");
                    {
                        Console.WriteLine("Anoop - a civil officr.");
                        {
                            Console.WriteLine("Anoop - kl k sth koi batcheet nahi hain.");
                            {
                                Console.WriteLine("ANoop - min 3 year Log is require to interact with Anup.");
                                {
                                    Console.WriteLine("Anoop - every NIT fresh entrant from previous 3 year , 7 year. is requier to give Introduction to Anup Tirkey.");
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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