RosettaCodeData/Task/Babbage-problem/Plain-English/babbage-problem.plain
2023-07-01 13:44:08 -04:00

11 lines
277 B
Text

To run:
Start up.
Put 1 into a number.
Loop.
Divide the number times the number by 1000000 giving a quotient and a remainder.
If the remainder is 269696, break.
Bump the number.
Repeat.
Write "The answer is " then the number on the console.
Wait for the escape key.
Shut down.