leo/compiler/tests/function/multiple_main.leo
2020-07-30 12:10:33 -07:00

3 lines
82 B
Plaintext

function main(registers) -> (bool, bool) {
return (registers.a, registers.b)
}