leo/compiler/tests/boolean/false.leo

3 lines
42 B
Plaintext
Raw Normal View History

function main() -> bool {
return false
}