using System;

namespace app330
{
    class app330
    {
        static void Main(string[]args)
        {
            Console.WriteLine("hello Bharat.");
            {
                Console.WriteLine("anup Kumar Tirkey.");
                {
                    Console.WriteLine("Anup Kumar is a Mechanical engr w W.");
                    {
                        Console.WriteLine("Anup Kumar is a Civil Officer w W.");
                        {
                            Console.WriteLine("regards.");
                        }
                    }
                }
            }
        }
    }
}


Embed on website

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