using System;

namespace compiler
{
    class app1
    {
        public static void Main(string[]args)
        {
            Console.WriteLine("Hello World");
            Console.WriteLine("19-11-2023");
            Console.WriteLine("ANup Kumar TIrkey.");
            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: