(String[] args)
| 38 | } |
| 39 | |
| 40 | public static void main(String[] args) { |
| 41 | String[] array = {"apple", "banana", "carrot", "ele", "duck", "papel", "tarroc", "cudk", "eel", "lee"}; |
| 42 | sort(array); |
| 43 | System.out.println(AssortedMethods.stringArrayToString(array)); |
| 44 | } |
| 45 | } |
nothing calls this directly
no test coverage detected