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("Tm Kutee ko Anup Tirkey ne Job diyan.");
                        {
                            Console.WriteLine("Kl no angry pls. KL koi Gussa nahin.");
                            {
                                Console.WriteLine("Anup Tirkey se jb bhi baat karein dheere awaz se baat karein.");
                                }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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