Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 249 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 249 Bytes

Install Haskell

https://www.haskell.org/platform/

Compile

ghc --make Haskell_File_Name

Execute:

./Haskell_File_Name

To run as a module:

ghci :l file_name

then type function name with params