(String[] args)
| 33 | } |
| 34 | |
| 35 | public static void main(String[] args) { |
| 36 | Solution solution = new Solution(); |
| 37 | ListNode.print(solution.addTwoNumbers( |
| 38 | ListNode.createTestData("[2,4,3]"), |
| 39 | ListNode.createTestData("[5,6,4]") |
| 40 | )); |
| 41 | } |
| 42 | } |
nothing calls this directly
no test coverage detected