self-dividing-tests-original-not-truncated

Status: IN

`is_self_dividing` checks `n % digit` against the original input `n`, not the progressively truncated `num` used for digit extraction — using `num` would test a shrinking value and produce wrong results.

Source: entries/2026/06/06/self-dividing-numbers-solution.md

JSON