(String[] args)
| 64 | } |
| 65 | |
| 66 | public static void main(String[] args) { |
| 67 | Solution solution = new Solution(); |
| 68 | System.out.println(solution.longestPalindrome("babad")); |
| 69 | System.out.println(solution.longestPalindrome("cbbd")); |
| 70 | |
| 71 | } |
| 72 | } |
nothing calls this directly
no test coverage detected