mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 23:41:38 +03:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
function main(a: bool, b: bool) {
|
|
const c = a ? true : false;
|
|
|
|
const d = c == b;
|
|
} |