using System;
namespace app1
{
class app1{
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.");
Console.WriteLine("Civil Officer.");
}
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: