Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 212 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 212 Bytes

kelly

A playground for Haskell.

Commands

Here is a list of commands that can be executed with stack.

To build,

stack build

To run,

stack exec kelly-exe

To test,

stack test