using System;

namespace app5
{
    class app5
    {
        static void Main(string[]args)
        {
            int i;
            for(i=0;i<5;i++)
                {
                Console.WriteLine("hello world.Anup Kumar Tirkey is a 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: