Diceroll is a Haskell script that generates all possible unique 8 number combinations for a given list of values whose sum equals an inputted value.
Using cabal:
cabal run diceroll <number>
Using the compiled exe:
diceroll.exe <number>
* If no number is provided it will default to 20