|
|
| XP is just a number | |
| PerlMonks |
Re^3: How to change these small one-liners into Perl6 code?by raiph (Monk) |
| on Dec 24, 2012 at 01:51 UTC ( #1010148=note: print w/ replies, xml ) | Need Help?? |
|
https://github.com/perl6/perl6-examples/tree/master/euler should interest you. Five solutions have been added to this repo over the last 4 years. The latest one was added 18 days ago: say [+] grep * %% (3|5), ^1000; This means "say the sum of numbers that are divisible by 3 or 5 in the range zero up to (but not including) 1000".
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||