leo/compiler/tests/inputs/main.leo

3 lines
45 B
Plaintext

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