namespace _701._Insert_into_a_Binary_Search_Tree; internal class Program { static void Main(string[] args) { Console.WriteLine("Hello, World!"); } }