Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 338 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 338 Bytes

Build the project

Open CMD in this project root folder and run the following command:

.\build.bat

After that, you will have a "build" folder, go inside it and run your java classes.

Run the project

Navigate to build folder:

cd build

Run a Java class:

java <package>/[<sub-package>/]<Class>