leo/compiler/tests/boolean/false.leo

3 lines
42 B
Plaintext

function main() -> bool {
return false
}