using System;

namespace app17
{
    class app17
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello World.");
            {
                Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engineer.");
                {
                    Console.WriteLine("anup kumar is a Cloud Architect.");
                    {
                        Console.WriteLine("Anup Kumar is married.");
                        {
                            Console.WriteLine("Anup Kumar is a Civil Officer.");
                        }

                    }
                }
            }
        }
    }
}

Embed on website

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