6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
let myfile = file.write("rand_test.ar")
|
|
|
|
for (i from 0 to 1e6) do
|
|
myfile.text("\"")
|
|
myfile.text(string(random()))
|
|
myfile.text("\"\n") |