SEND + MORE = MONEY: Difference between revisions

Content added Content deleted
m (→‎{{header|Raku}}: Add an alternate)
m (Remove double header)
Line 119: Line 119:
=== Fast ===
=== Fast ===
Alternately, a version written in 2015 by [http://strangelyconsistent.org/blog/send-more-money-in-perl6 Carl Mäsak]. Not very concise but quite fast.
Alternately, a version written in 2015 by [http://strangelyconsistent.org/blog/send-more-money-in-perl6 Carl Mäsak]. Not very concise but quite fast.
=={{header|Raku}}==
<syntaxhighlight lang="raku" line>my int $s = -1;
<syntaxhighlight lang="raku" line>my int $s = -1;
while ++$s <= 9 {
while ++$s <= 9 {