https://github.com/theodoreai/cuddly-robot
Functional Programming.
https://github.com/theodoreai/cuddly-robot
Last synced: 8 months ago
JSON representation
Functional Programming.
- Host: GitHub
- URL: https://github.com/theodoreai/cuddly-robot
- Owner: TheodoreAI
- Created: 2024-07-09T16:19:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T05:21:04.000Z (almost 2 years ago)
- Last Synced: 2025-06-26T16:09:50.560Z (11 months ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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