更新 test.java

This commit is contained in:
2023-09-06 16:28:23 +08:00
parent 9ea63b7eff
commit ac72c9bbaa

View File

@@ -19,7 +19,6 @@ public class test {
// Solution.merge(nums1,m,nums2,n);
// String[] strs = new String[]{"flower","flow","flight"};
String[] strs = new String[]{"flower","flower","flower","flower"};
String result = Solution.longestCommonPrefix(strs);
System.out.println(result);
}