leo/compiler/tests/boolean/true.leo

3 lines
41 B
Plaintext
Raw Normal View History

function main() -> bool {
return true
}