NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
73 stars 43 forks source link

Update Hintcode file for `uint256` hints #423

Closed TAdev0 closed 1 month ago

TAdev0 commented 1 month ago

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-ai[bot] commented 1 month ago

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.