/HaskellFun

Some fun practice scripts in Haskell!

Primary LanguageHaskell

HaskellFun

About

Some fun practice scripts in Haskell!

Running one of the scripts

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]