This is a programming assignment I completed as part of my second year Functional Programming course.
For more information on the program, see Assignment-Brief.pdf.
This is a haskell program so ensure to have Glasgow Haskell Compiler (GHCi) installed on your computer.
- Navigate to the code directory and run load
Main.hs
into GCHi. - From GHCi Run
main
.