@ -11,7 +11,6 @@ public class ArrayManipulation {
arr[arr.length - 1 - i] = tmp;
}
return arr;
public static int[] removeFirst(int[] arr) {