using System;
namespace application
{
class app1
{
public static void Main(string[]args){
Console.WriteLine("Hello World");
Console.WriteLine("ANup Kumar TIrkey");
Console.WriteLine("Mechanical Engineer.");
Console.WriteLine("19.11.2023.");
Console.WriteLine("NIT.");
}
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: