JamJar00 / and-challenge-7-caesar-cypher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caesar Cypher

This program takes pride and prejudice and shifts all the letters in it by a specified number of places.

It converts the entire book in roughly 1.35ms on my laptop, excluding I/O.

cargo run --release <degree>

About


Languages

Language:Rust 100.0%