leo/compiler/tests/address/equal.leo

3 lines
85 B
Plaintext

function main(first: address, second: address) -> bool {
return first == second
}