using System;

namespace app205
{
    class app205
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello World.");
            {
                Console.WriteLine("Hello bharat.");
                {
                    Console.WriteLine("anup Kumar Tirkey.");
                    {
                        Console.WriteLine("A Mechanical Engineer,NIT.");
                        {
                            Console.WriteLine("BPL familiy to learn a Minimum one Skill.");
                            {
                                Console.WriteLine("BPL family to learn a minimum fitter work under BPL scheme.");
                            }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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