(String[] args)
| 22 | } |
| 23 | |
| 24 | public static void main(String[] args) { |
| 25 | Solution solution = new Solution(); |
| 26 | System.out.println(solution.longestCommonPrefix(new String[]{"abc", "abcd", "ab"})); |
| 27 | } |
| 28 | } |
nothing calls this directly
no test coverage detected