mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-04 05:42:40 +03:00
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
function main () {
|
|
let mut x = true;
|
|
if x {
|
|
let y = 0u8;
|
|
}
|
|
} |