using System;

namespace app7
{
    class app7
    {
        static void Main(string[]args)
        {
            Console.WriteLine("hello world.");
            Console.WriteLine("Anup Kumar TIrkey.");
            Console.WriteLine("22.11.2023.");
            Console.WriteLine("Mechanical Engineer.");
            Console.WriteLine("NIT.");
        }
    }
}

Embed on website

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