- Make sure you have JDK installed.
- Open CMD on Windows or Terminal on Linux/MacOs
- Clone this repo by running: git clone https://github.com/ThelilJannah/Caesar-Cipher/
- Run: cd Caesar-Cipher
- Run: javac CC\*.java to compile the source file.
- After the above step, run: java CC.CaesarCipher to start using the tool.