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'.