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