Skip to content

happytree718/Solutions-to-Ninety-Nine-Haskell-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions-to-Ninety-Nine-Haskell-Problems

Personal Solutions to Ninety-Nine Haskell Problems on https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems

Some of the solutions would be similar or identical to the solutions provided on the website, but the rest would be slightly different.

Instructions

To enter the interactive environment that runs Haskell, we type ghci in terminal and hit "ENTER" after we install the haskell language package.

Then, to load the file we want to run filename.hs, we run the following command:

:load filename

Then we can run and test the functions by typing the function name and input arguments.

To leave the environment, we can run the following command line or press "CTRL+D":

:quit

Useful Links

https://www.tutorialspoint.com/haskell/index.htm

http://learnyouahaskell.com/chapters

About

Personal Solutions to Ninety-Nine Haskell Problems on https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published