Skip to content

am2022/rot13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.