using System;

namespace app55
{
    class app55
    {
        static void Main(string[]args)
        {
            Console.WriteLine("hello WOrld");
            {
                Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engineer");
                {
                    Console.WriteLine("NIT");
                    {
                        Console.WriteLine("Anoop : 3 year Minimum Log is required.No log of 3 year is available.");
                        {
                            Console.WriteLine("ANoop : publc wrte.");
                            {
                                Console.WriteLine("Anup Kumar is a Civil Officer.");
                                {
                                    Console.WriteLine("Anoop : shall advise warning to petrol people. DOnot use angry until next year 2024.");
                                    {
                                        Console.WriteLine("Second Statement Anoop: Shall advise Warning to Petrol People. Donot use angry until next Year 2024");
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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