// See https://aka.ms/new-console-template for more information using _14._Longest_Common_Prefix; string[] strs = ["flower", "flow", "flight"]; Console.WriteLine(new Solution().LongestCommonPrefix(strs));