Skip to content

Latest commit

 

History

History
34 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

34 lines (12 loc) · 296 Bytes

Haskell

Programming Tasks using Haskell


How to run on linux operating system (Terminal Commands) :

Step 1 :

sudo apt install ghc

Step 2 :

ghci

Step 3 :

:load  <file_name>.hs

Step 4 :

<function_name> <input_parameters>