mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-11 11:47:21 +03:00
5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
function main(a: bool, b: bool) {
|
|
let c = a ? true : false;
|
|
|
|
let d = c == b;
|
|
} |