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

6 lines
62 B
Text
Raw Permalink Normal View History

2026-02-01 16:33:20 -08:00
n: 0
2023-07-01 11:58:00 -04:00
while [269696 <> (n^2) % 1000000]
-> inc 'n
print n