(String[] args)
| 18 | } |
| 19 | |
| 20 | public static void main(String[] args) { |
| 21 | int[] array = AssortedMethods.randomArray(30, 1, 30); |
| 22 | System.out.println(AssortedMethods.arrayToString(array)); |
| 23 | checkDuplicates(array); |
| 24 | } |
| 25 | |
| 26 | } |
nothing calls this directly
no test coverage detected