R.I.P., M.J.

using System;

namespace RIP_MJ
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Heal the World!");
        }
    }
}