leo/compiler/tests/boolean/true.leo

3 lines
41 B
Plaintext

function main() -> bool {
return true
}