Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
4
Task/Executable-library/Raku/executable-library-3.raku
Normal file
4
Task/Executable-library/Raku/executable-library-3.raku
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
use Hailstone;
|
||||
my %score;
|
||||
(1 .. 100_000).race.map: { %score{hailstone($_).elems}++ };
|
||||
say "Most common length is {.key}, occurring {.value} times." given max :by(*.value), %score;
|
||||
Loading…
Add table
Add a link
Reference in a new issue