This project aims at solving project eular problems using Haskell. The project is built using cabal, so make sure you have cabal installed before using this. Lets dive into the installation process (I am assumiung you have already installed cabal)
The process is pretty simple, you need to follow the following steps to get started:
- Clone the repo using the following command:
git clone [email protected]:paritosh-08/projectEular.git
- Install using the following command:
cabal update
cabal new-install
- Run the tests using the following command and hope that everything works 😜:
cabal new-test
Run the following command to run the program:
cabal new-run :projectEularExec
You should get some output after running the above command.