9 lines
74 B
Plaintext
9 lines
74 B
Plaintext
|
|
||
|
fn main() {
|
||
|
|
||
|
for (let i = 0; i < 10; i += 1) {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|