leo/compiler/tests/function/multiple_main.leo

3 lines
90 B
Plaintext
Raw Normal View History

2020-08-01 06:59:50 +03:00
function main(input) -> (bool, bool) {
return (input.registers.a, input.registers.b)
}