(String[] args)
| 42 | } |
| 43 | |
| 44 | public static void main(String[] args) { |
| 45 | Solution solution = new Solution(); |
| 46 | Interval.print(solution.merge(Interval.createTestData("[1,3],[2,6],[8,10],[15,18]"))); |
| 47 | } |
| 48 | } |
nothing calls this directly
no test coverage detected