Nice approach++ You can lose a few from that though, for 39.
$_=9;for$a(0..9){$_.=join $a,$a..9}print |
123456789 123456789 123456789 123456789 123456789 |
29.
print+9,map{join$_,$_..9}0..9 |
123456789 123456789 123456789 123456789 123456789 |
In reply to Re: Re: Friday Golf: All 2-digit combinations (29)
by BrowserUk
in thread Friday Golf: All 2-digit combinations
by PhilHibbs
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |