Some fun practice scripts in Haskell!
To run one of these scripts, you must first have installed the GHC
Haskell compiler. Then, to run a script with
the interpreter, run the following in the terminal:
runhaskell <script_name>.hs
You can also compile the code for better performance:
ghc <script_name>.hs [options]