Mohsin-Ul-Islam / haskell-problem-solving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell Rank

This project contains solutions of Hackerrank problems in Haskell.

Running the project

To build and run a specific solution

make run prog=<name of the program>

For example, to build and run DrawingBook.hs

make run prog=DrawingBook

About


Languages

Language:Haskell 91.1%Language:Makefile 8.9%