leo/compiler/tests/boolean/true_&&_false.leo

3 lines
50 B
Plaintext

function main() -> bool {
return true && false
}