You can download Stack here Stack is the package manager for Haskell projects (similar to npm for Node projects)
- Clone repo
- cd into mastermind_haskell/
- Enter the following commands
- Setup - stack setup
- Build - stack build
- Run - stack exec mastermind_haskell-exe
- Test - stack test
This is a toy project so there is no input validation. Use lowercase for all inputs.