keep-starknet-strange / shinigami

Bitcoin Script VM in Cairo
https://shinigamibtc.dev
MIT License
57 stars 56 forks source link

implement greater than #25

Closed supreme2580 closed 2 months ago

supreme2580 commented 2 months ago

Wrote code to check two integers for which is greater, if the first item is greater it returns 0, if the second item is greater it returns 1, wrote and made sure the test written for it pass.