using System;

namespace app70
{
    class app70
    {
        static void Main(string[]args)
        {
            Console.WriteLine("Anoop - min 3 year Log is require to interact with Anup");
            {
                Console.WriteLine("Anup is a SAP.");
                {
                    Console.WriteLine("Anup is a mechanical Engineer.");
                    {
                        Console.WriteLine("NIT");
                    }
                }
            }
        }
    }
}

Embed on website

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