(String[] args)
| 98 | } |
| 99 | |
| 100 | public static void main(String[] args) { |
| 101 | int [] arr = takeInput(); |
| 102 | int [] finalArray = sort012threePointerApproach(arr); |
| 103 | printArray(finalArray); |
| 104 | } |
| 105 | } |
nothing calls this directly
no test coverage detected