GitHub - twistedtwin/code-challenges

Skip to content

Navigation Menu

Sign in

Appearance settings

Synopsis

This project implements the teleporter code challenge.

Dependencies

This project is implemented using Java 8. It has no other dependencies.

Building

Gradle is used for building.

gradlew  --console=verbose clean build

Running

Extract the distribution in the build directory and run the teleporter.bat file

unzip teleporter-SNAPSHOT.zip
cd teleporter-SNAPSHOT
bin/teleporter.bat

Enter quit while running to exit.

License

This project is released under the MIT license.