Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 456 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 456 Bytes

ROT13

Usage:

First compile the project with:

$ make

Then run the ROT13 algorithm with options:

$ ./rot13 with a little text
# jvgu n yvggyr grkg 

$ ./rot13 < test.txt
# Jul qvq gur puvpxra pebff gur ebnq?

$ echo "Jul qvq gur puvpxra pebff gur ebnq?" | ./rot13
# Why did the chicken cross the road?

References