mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-14 10:04:14 +03:00
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
function main() {
|
|
let a: u8 = 1;
|
|
|
|
let b = [...a];
|
|
} |