Bug Report for https://neetcode.io/problems/remove-duplicates-from-sorted-array
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
The problem statement says it should return an integer (int), however, upon completing the exercise, the expected output is an array of integers (int[]), thus making it impossible to complete the exercise.

Bug Report for https://neetcode.io/problems/remove-duplicates-from-sorted-array
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
The problem statement says it should return an integer (int), however, upon completing the exercise, the expected output is an array of integers (int[]), thus making it impossible to complete the exercise.