using System;

namespace MyCompiler {
    class Program {
        public static void Main(string[] args) {
            Console.WriteLine("HI.\n");
            {
                Console.WriteLine("Anup Kumar Tirkey is a Mechie.\n");
                {
                    Console.WriteLine("backbone of a man is an integral part of a man.\n");
                    {
                        Console.WriteLine("protect the backbone of a man always protected by Camera.\n");
                        {
                            Console.WriteLine("protect the top skull of man from vision camera protected.\n");
                        }
                    }
                }
            }
        }
    }
}

Embed on website

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