using System;

namespace app200
{
    class app200
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Anup kumar Tirkey.");
            {
                Console.WriteLine("Mechanical Engineer with Wilm.");
                {
                    Console.WriteLine("NITe.");
                    {
                        Console.WriteLine("Anoop -Minimum 3 year Log is require to interact with Anup.");
                        {
                            Console.WriteLine("Anoop - koi batcheet nahi hai.");
                            {
                                Console.WriteLine("Anoop - kl ke log gussa ho rahein hain.");
                                {
                                    Console.WriteLine("anoop - kl ke adhikaryon ko gussa nhi hona hain.");
                                }
                            }
                            
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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