/rot13

rot13 in c++

Primary LanguageC++MIT LicenseMIT

rot13

rot13 is a c++ project with cmake

what is rot13?

rot13 is a substitution cipher that replace chars with 13th letter after it.

for more information : rot13

how to build the project:

  1. install cmake and install a c++ compiler
  2. create build folder
  3. go on build folder and type : cmake ..
  4. then type cmake --build .
  5. go to the Debug folder and you can run executable file.