(String[] args)
| 18 | } |
| 19 | |
| 20 | public static void main(String[] args) { |
| 21 | Solution solution = new Solution(); |
| 22 | System.out.println(solution.lengthOfLastWord("word ")); |
| 23 | System.out.println(solution.lengthOfLastWord("hello world")); |
| 24 | } |
| 25 | } |
nothing calls this directly
no test coverage detected