using System;

namespace app82
{
    class app82
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello World.");
            {
                Console.WriteLine("Anup  Kumar Tirkey.");
                {
                    Console.WriteLine("A K TIrkey , Official , Petroleum.");
                    {
                        Console.WriteLine("Anoop - anup visited to Ooty guest house with family.");
                        {
                            Console.WriteLine("14.01.2024");
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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