using System;

namespace Compiler
{
    class Program
    {
        static void Main(string[]args)
        {
            Console.WriteLine("hello World");
            Console.WriteLine("Anup Tirkey is a SAI  Mechanical Engineer NIT.");
        }
    }
}

Embed on website

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