Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 461 Bytes

Haskell Katas

This repository contains my solutions to Katas hosted on codewars.com.

Run tests

stack test

Run test in watch mode

stack test --file-watch

Run tests with coverage

stack test --coverage