public static void Init()
        {
            var bn = new BinaryMatrix();

            Console.WriteLine(GetLeftMostColumnIndex(bn));
        }