mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 23:52:02 +03:00
5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
function main(x: u8) {
|
|
for i in 0..x {
|
|
console.log("{}", i);
|
|
}
|
|
} |