RosettaCodeData/Task/Babbage-problem/Arturo/babbage-problem.arturo
2026-02-01 16:33:20 -08:00

5 lines
62 B
Text

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