This repository contains solutions to CodingBat Python challenges, solved using Haskell.
- src/: Contains the Haskell solution files.
- test/: Contains the test files for the solutions.
-
Install Haskell and Cabal if not already installed. You can follow the instructions here.
-
Clone the repository and navigate into the project directory:
git clone https://github.com/justromeon/codingbat.git cd codingbat -
Install dependencies and build the project:
cabal update cabal build
-
Running the test
cabal test
This will run all the test cases in the test directory.