(String[] args)
| 98 | } |
| 99 | |
| 100 | public static void main(String[] args) { |
| 101 | ArrayList<HtWt> items = initialize(); |
| 102 | ArrayList<HtWt> solution = getIncreasingSequence(items); |
| 103 | printList(solution); |
| 104 | } |
| 105 | |
| 106 | } |
nothing calls this directly
no test coverage detected