Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 382 Bytes

README

Self-studying SFU's CMPT 383: Comparative Programming Languages.

Rainbow Table

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