using System;

namespace app53
{
    class app53
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello WOrld");
            {
                Console.WriteLine("Anoop is post in KL");
                {
                    Console.WriteLine("Anoop : No Log with KL");
                    {
                        Console.WriteLine("Anoop : No Log of minimum 3 year of Nation.");
                        {
                            Console.WriteLine("ANoop : Kindly build 3 year Log of Nation. If not Log of min3 year Log ,is cannot interact wiht Anoop");
                            {
                                Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engineer");
                                {
                                    Console.WriteLine("NIT");
                                    {
                                        Console.WriteLine("13.12.2023");
                                        {
                                            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: