RosettaCodeData/Task/Babbage-problem/Arturo/babbage-problem.arturo
2023-07-01 13:44:08 -04:00

5 lines
66 B
Text

n: new 0
while [269696 <> (n^2) % 1000000]
-> inc 'n
print n