arschedev

Unlisted Projects


Project maintained by arschedev Hosted on GitHub Pages — Theme by mattgraham

Caesarium

Caesar cipher encoder / decoder

Caesarium


Installation
  1. Download Ruby
  2. Download project directory
  3. Open project directory
  4. Run bundle install in your terminal
CLI
ruby main.rb
Command Line Arguments
ruby main.rb <message> <shift>
> ruby main.rb "Hello World!" 2
Jgnnq Yqtnf!
> ruby main.rb "Jgnnq Yqtnf!" -2
Hello World!