1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2024-12-23 10:12:21 +03:00
leo/compiler/tests/boolean/input_bool.leo
2020-07-17 12:59:18 -07:00

3 lines
46 B
Plaintext

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