using System;

namespace app52
{
    class app52
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello World");
            {
                Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engineer");
                {
                    Console.WriteLine("NIT");
                    {
                        Console.WriteLine("Anoop - min 3 year Log is req to interact with Anup.");
                        {
                            Console.WriteLine("show the mechanical Constraint is report to Anup Kr Tirkey in System");
                            {
                                Console.WriteLine("Anup Kr is a CiviL");
                                {
                                    Console.WriteLine("anoop is a Cloud Architect.");
                                    {
                                        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: