base7-zero-special-case

Status: IN

`convert_to_base7` handles input 0 via an explicit early return; without this guard, the `while num:` loop would never execute and the function would return an empty string.

Source: entries/2026/06/06/base-7-solution.md

JSON