RosettaCodeData/Task/Babbage-problem/Nanoquery/babbage-problem.nanoquery

8 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
n = 0
while not (n ^ 2 % 1000000) = 269696
n += 1
end
println n