Skip to content

rolandtritsch/haskell-caesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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