cairo-vm-go icon indicating copy to clipboard operation
cairo-vm-go copied to clipboard

Update Hintcode file for `uint256` hints

Open TAdev0 opened this issue 1 year ago • 1 comments

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

TAdev0 avatar May 22 '24 00:05 TAdev0

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.