Status: IN
`to_hexspeak` does not handle negative integers; `hex()` on a negative int produces `"-0x..."`, so the `[2:]` slice would retain the `x` and produce an invalid result rather than raising an error.
Source: entries/2026/06/06/hexspeak-solution.md
JSON