leo/compiler/tests/inputs/main_multiple.leo

3 lines
74 B
Plaintext
Raw Normal View History

function main(a: public bool, b: private bool) -> bool {
return a || b
}