Skip to content

TheGhostOfInky/diceroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diceroll

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.

Usage

Using cabal:

    cabal run diceroll <number>

Using the compiled exe:

    diceroll.exe <number>

* If no number is provided it will default to 20