Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 460 Bytes

File metadata and controls

17 lines (14 loc) · 460 Bytes

Simple Substition Algorithm Decoder

In order to launch:

Windows

  1. Set JAVA_HOME environment variable to point to the Java 8 installation directory.
  2. Navigate to the project folder and execute following command:
.\bin\activator run

Linux and MacOS

  1. Set JAVA_HOME environment variable to point to the Java 8 installation directory.
  2. Navigate to the project folder and execute following command:
./bin/activator run