RosettaCodeData/Task/Babbage-problem/Arturo/babbage-problem.arturo

6 lines
66 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
n: new 0
while [269696 <> (n^2) % 1000000]
-> inc 'n
print n