using System;

namespace app209
{
    class app209
    {
        static void Main(string[]args)
        {
            Console.WriteLine("ANup kumar Tirkey.");
            {
                Console.WriteLine("Anoop- a mechanical Engineer.");
                {
                    Console.WriteLine("NIT.");
                    {
                        Console.WriteLine("Anup kumar is a Civil O.");
                        {
                            Console.WriteLine("kl ke sth koi batcheet nahin hain.");
                            {
                                Console.WriteLine("Cgrh ke sth koi batcheet nahin hain.");
                            }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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