mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-12 11:27:41 +03:00
5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
|
function main() {
|
||
|
let a = false && false;
|
||
|
|
||
|
console.assert(a == false);
|
||
|
}
|