using System;

namespace app8
{
    class app8
    {
        static void Main(string[]args)
        {
            Console.WriteLine("hello world.");
            Console.WriteLine("Anup Kumar Tirkey.");
            Console.WriteLine("20.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: