using System;

namespace app53
{
    class app53
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello World");
            {
                Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engineer");
                {
                    Console.WriteLine("NIT");
                    {
                        Console.WriteLine("Anup Kumar is a Civil Officer");
                        {
                            Console.WriteLine("show the mechanical constraint is report To Anup Kumar in System");
                            {
                                Console.WriteLine("Anoop : min 3 year Log is require to interact with ANup.");
                                {
                                    Console.WriteLine("12.12.2023");
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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