move-zeroes-no-return-value

Status: IN

`moveZeroes` returns `None` and mutates the input list in-place; callers must inspect the modified list to observe results.

Source: entries/2026/06/06/move-zeroes-solution.md

JSON