AoikWinWhich written in Java.
Java: 8
Clone the repo to local.
Go to the local repo dir.
The program entry file is src/aoikwinwhich/AoikWinWhich.java.
Use javac to compile.
javac -d build src/aoikwinwhich/AoikWinWhich.java
-d build
means to put result class files in build dir.
This dir should be created beforehand.
Use java to run.
java -cp src aoikwinwhich.AoikWinWhich
See here for more usage and AoikWinWhich for more info.