using System;

namespace app62
{
    class app62
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello WOrld");
            {
                Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engineer");
                {
                    Console.WriteLine("NIT");
                    {
                        Console.WriteLine("Anup Kumar is a Civil officer if support full");
                        {
                            Console.WriteLine("20.12.23");
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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