using System;

namespace app51
{
    class app51
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello WOrld");
            {
                Console.WriteLine("Anup Kumar TIrkey is a Mechancial Engineer");
                {
                    Console.WriteLine("NIT");
                    {
                        Console.WriteLine("Anoop: minumum 3 year Log is require to interact with Anup.");
                    }
                }
            }
        }
    }
}

Embed on website

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