A simple enigma simulator written in java
In order to compile this program, you will need to have JDK installed on your computer and to run it, you need to have JRE (if you already have JDK installed there is no need to install JRE)
First, clone the repository
git clone https://github.com/kush018/Enigma.git
Then, change the directory to Enigma by:
cd Enigma
And then to compile the code,
javac -d ./ src/*.java src/enigma/*.java
To run the program,
java Main
- Kushal Galrani - kush018
This project is licensed under the MIT License - see the LICENSE file for details