5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
|
|
counter = 0
|
||
|
|
|
||
|
|
while counter < 65000:
|
||
|
|
counter = counter + 1
|