(String[] args)
| 55 | } |
| 56 | |
| 57 | public static void main(String[] args) { |
| 58 | Solution solution = new Solution(); |
| 59 | System.out.println(solution.fullJustify(new String[]{"This", "is", "an", "example", "of", "text", "justification."}, 16)); |
| 60 | } |
| 61 | } |
nothing calls this directly
no test coverage detected