3 lines
50 B
Plaintext
3 lines
50 B
Plaintext
|
for(var i = 0; i < 10; i = i + 1) {
|
||
|
print i;
|
||
|
}
|