jwymah / bpi-gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adapted to run with gradle for cmd line build + execution.

Run Instructions:

Option 1: Command line:

  1. Checkout the code and navigate to base directory to run
$ ./gradlew run --console=plain
> Task: Run
Awaiting your input. eg "1110011". Type "q" to exit

Option 2: Load into an IDE as a gradle project and run the Main class

Testing:

./gradlew test

or test with an IDE

Misc. Info

This was created on OSX using gradle and eclipse. java version information: java version "1.8.0_60" Java(TM) SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)

About


Languages

Language:Java 100.0%