mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-06 01:43:07 +03:00
3 lines
116 B
Plaintext
3 lines
116 B
Plaintext
function main() {
|
|
let (a, a) = (2u8, 2u8); // Defining multiple variables with the same name is unsafe in Leo.
|
|
} |