leo/compiler/tests/boolean/input_bool.leo

3 lines
44 B
Plaintext
Raw Normal View History

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