leo/compiler/tests/boolean/input_bool.leo

3 lines
44 B
Plaintext

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