leo/compiler/tests/function/multiple_main.leo

3 lines
56 B
Plaintext
Raw Normal View History

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