Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 792 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 792 Bytes

AoikWinWhich-Java

AoikWinWhich written in Java.

Java: 8

Contents

How to install

Clone the repo to local.

How to use

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.