leo/compiler/tests/inputs/main.leo

3 lines
47 B
Plaintext
Raw Normal View History

function main(b: bool) -> bool {
2020-07-17 22:59:18 +03:00
return b
}