public static void Test()
        {
            Solution s = new Solution();


            Console.WriteLine(
                s.ArrangeWords("Keep calm and code on")
                );
        }