Skip to content

paritosh-08/projectEular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published