5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
let x = 1
|
|
while x < 1000000:
|
|
print x
|
|
x++
|
let x = 1
|
|
while x < 1000000:
|
|
print x
|
|
x++
|