This repository focuses to solve problems at the website Project Euler using a Functional oriented programming language called Haskell.
Project Euler is a wonderful website for practicing mathematical solutions using programming which gave me an idea to practice the problems using the Haskell language. Project Euler is a fantastic website, do check it out!
- Make sure you have haskell GHCi installed in your computer.
- Clone to repository to your local directory
- Change your current directory to the local cloned git repository
- Start GHCi from the terminal.
- enter
:l filename.hs
to load the file. - call the functions that are present in the loaded file with desired inputs to get the output.