leo/compiler/tests/integers/u128/gt.leo
2020-06-07 21:26:49 -07:00

3 lines
58 B
Plaintext

function main(a: u128, b: u128) -> bool {
return a > b
}