Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 948 Bytes

readme.md

File metadata and controls

26 lines (24 loc) · 948 Bytes

Project Eular using Haskell

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)

Installation

The process is pretty simple, you need to follow the following steps to get started:

Steps:

  1. Clone the repo using the following command:
git clone [email protected]:paritosh-08/projectEular.git
  1. Install using the following command:
cabal update
cabal new-install
  1. Run the tests using the following command and hope that everything works 😜:
cabal new-test

Run the program

Run the following command to run the program:

cabal new-run :projectEularExec

You should get some output after running the above command.