leo/compiler/tests/tuples/basic.leo

3 lines
46 B
Plaintext
Raw Normal View History

2020-08-11 05:40:49 +03:00
function main() {
let a = (true, false);
}