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");
}
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: