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