Self-studying SFU's CMPT 383: Comparative Programming Languages.
Found in ./assignment1
directory.
To config, modify these constants in ./rainbow.hs
.
pwLength = 8
nLetters = 5
width = 40
height = 10000
filename = "table.txt"
To build:
ghc --make -Wall ./rainbow.hs