leo/compiler/tests/inputs/main_multiple.leo

3 lines
59 B
Plaintext

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