leo/compiler/tests/function/multiple_main.leo

3 lines
82 B
Plaintext
Raw Normal View History

2020-07-30 22:10:33 +03:00
function main(registers) -> (bool, bool) {
return (registers.a, registers.b)
}