Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 232 Bytes

Testing.md

File metadata and controls

13 lines (7 loc) · 232 Bytes

Instructions on how to run and test the Haskell project file

First install the Random library:

stack install random

Then load the file into the terminal:

stack ghci Main.hs

And finally, run the main:

main'