Wieferich primes: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed some comments and whitespace.)
m (→‎{{header|REXX}}: changed a comment.)
Line 548: Line 548:
end /*j*/
end /*j*/


say '───────┴'center("" , w, '─') /*display a foot sep for the output. */
say '───────┴'center("" , w, '─'); say /*display a foot sep for the output. */
say 'Found ' commas(found) title /* " " summary " " " */
say
say 'Found ' commas(found) title /*display a summary for the output. */
exit 0 /*stick a fork in it, we're all done. */
exit 0 /*stick a fork in it, we're all done. */
/*──────────────────────────────────────────────────────────────────────────────────────*/
/*──────────────────────────────────────────────────────────────────────────────────────*/