leo/compiler/tests/function/multiple_main.leo

3 lines
58 B
Plaintext
Raw Normal View History

function main() -> (bool, bool) {
2020-07-07 20:11:23 +03:00
return (true, false)
}