using System;

namespace app10
{
    class app10
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello World");
            Console.WriteLine("Anup Kumar Tirkey.");
            Console.WriteLine("Mechanical Engineer.");
            Console.WriteLine("24.11.2023");
            Console.WriteLine("NIT.");
            Console.WriteLine("Show the mechanical Constraint vis-a-vis OT is reporting  to Anup Kumar Tirkey in System.");
        }
    }
}

Embed on website

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