(String[] args)
| 39 | } |
| 40 | |
| 41 | public static void main(String[] args) { |
| 42 | Solution solution = new Solution(); |
| 43 | ListNode.print(solution.reverseKGroup(ListNode.createTestData("[1,2,3,4,5,6,7,8]"), 3)); |
| 44 | } |
| 45 | } |
nothing calls this directly
no test coverage detected