Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 198 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 198 Bytes

Quicksort

Just a quicksort to learn Haskell and his eco-system.

Prerequisites

Stack tool installed.

Build and run the tests by executing in root of project:

stack build

stack test