mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-19 16:21:45 +03:00
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
function main(s: bool, c: address) {
|
|
const a = aleo1qnr4dkkvkgfqph0vzc3y6z2eu975wnpz2925ntjccd5cfqxtyu8sta57j8;
|
|
const b = aleo18qgam03qe483tdrcc3fkqwpp38ehff4a2xma6lu7hams6lfpgcpq3dq05r;
|
|
|
|
let r = s ? a: b;
|
|
|
|
console.assert(r == c);
|
|
} |