cairo-vm-go
cairo-vm-go copied to clipboard
Update Hintcode file for `uint256` hints
While starting doing integration tests for uint256 hints (even though the integration tests wont pass because of #422 ), i noticed a few hints had formatting issue, resulting in unrecognized hints. This PR addresses this
Sweep: PR Review
pkg/hintrunner/zero/hintcode.go
The changes add newline characters to improve the readability of the uint256UnsignedDivRemCode and uint256MulDivModCode string constants without altering their functionality.