Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- my $bag = (1 => 9, 2 => 5, 3 => 3, 4 => 2, 5 => 1).Bag;
- loop (my $i = 0; $i < 10; $i++) {
- $bag.roll(5).sort.say;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement