Skip to content
/ Haskell Public

A collection of small tasks implemented in Haskell to demonstrate basic knowledge of the language.

Notifications You must be signed in to change notification settings

xr-dim/Haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>  

About

A collection of small tasks implemented in Haskell to demonstrate basic knowledge of the language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published