using System;

namespace app309
{
    class app309
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello Bharat.");
            {
                Console.WriteLine("Anup kumar Tirkey.");
                {
                    Console.WriteLine("Anup Kumar is a Mechanical Engineer.");
                    {
                        Console.WriteLine("Anup Kumar is a Civil Officer.");
                        {
                            Console.WriteLine("Kl personnel ke sth koi batcheet nahi hai.");
                            {
                                Console.WriteLine("sir Kl ke lok hindi bat krne se Gussa ho rahein hain.");
                                {
                                    Console.WriteLine("Kripya Plice dept kl m hindi Official Isteml krne ko kahiye.");
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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