using System;

namespace MyCompiler {
    class Program {
        public static void Main(string[] args) {
            Console.WriteLine("HI");
            {
                bool ischarpfun =  true;
                bool isfishtasty = false;
                Console.WriteLine(ischarpfun);
                Console.WriteLine(isfishtasty);
                {
                    int x = 10;
                    int y = 7;
                    Console.WriteLine(x>y);
                    {
                        Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engr.");
                    }
                }
            }
            }
        }
    }
    

Embed on website

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