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

3 lines
50 B
Plaintext
Raw Normal View History

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