using System;

namespace app64
{
    class app64
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello World");
            {
                Console.WriteLine("anup kumar Tirkey is a Mechancial Engineer");
                {
                    Console.WriteLine("anup vist FCRI in hindi training");
                }
            }
        }
    }
}

Embed on website

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