Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 513 Bytes

File metadata and controls

28 lines (21 loc) · 513 Bytes

In the folder src/main/java/pad/ijvm/ you can find some files that you should use when implementing your program. The tests can be found in src/test/java/pad/ijvm/

To build the project:

./gradlew build

To run:

./gradlew run

If you want to import the project in IntelliJ execute:

./gradlew idea

Then import the project using 'File - Open'.

If you want to import the project in Eclipse execute:

./gradlew eclipse

Then import the project using 'File - Import'.