An open API service indexing awesome lists of open source software.

https://github.com/theodoreai/cuddly-robot

Functional Programming.
https://github.com/theodoreai/cuddly-robot

Last synced: 8 months ago
JSON representation

Functional Programming.

Awesome Lists containing this project

README

          

# cuddly-robot

- The following is a cesar cipher encoder to run in GHCi using GHCup repl.

## Run

- `ghc main.hs`
- `writeEncoded 20 "example message"` // To encode message
- `readEncoded (-20)` // to decipher encoded message