rolandtritsch / haskell-caesar

An implementation of the Caesar cipher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An implementation of the Caesar cipher (in Haskell)

To make this work you need to ...

  • install stack with brew install haskell-stack
  • build it with stack build
  • test it with stack test
  • use it with stack exec encrypt "abc" 1
  • build the documentation with stack build --haddock --haddock-arguments --odir=${PWD}/doc
  • read the documentation

About

An implementation of the Caesar cipher

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%