Pig the dice game/Player: Difference between revisions

Content added Content deleted
(Added Haskell solution to Pig_the_dice_game/Player)
No edit summary
Line 1,548: Line 1,548:
stopGlobalPool
stopGlobalPool
print $ map length $ group $ sort results
print $ map length $ group $ sort results

-- comment every printf in "roll" and "hold"


-- compile with
-- compile with