using System;

namespace app206
{
    class app206
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Hello World.");
            {
                Console.WriteLine("Hello bharat.");
                {
                    Console.WriteLine("Anup Kumar Tirkey.");
                    {
                        Console.WriteLine("A Mechanical Engineer.");
                        {
                            Console.WriteLine("Anoop- kinthetic mech engineer.");
                            {
                                Console.WriteLine("01.02.2024");
                            }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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