- Download and unarchive the contents of the most recent java-koans in development from: https://github.com/matyb/java-koans/archive/master.zip
- Open a console (termina) and cd to the directory you unarchived:
cd <the directory you just unarchived> - Change directory to the koans directory:
cd koans - To export koans to run below command and open in IDE:
- IDEA IntelliJ:
./gradlew idea (WINDOWS: gradlew.bat idea) - Eclipse
./gradlew eclipse (WINDOWS: gradlew.bat eclipse)
- IDEA IntelliJ:
- Back to the console and run
./run.sh(WINDOWS:run.bat) - Follow the instructions and start hacking
murphpdx/java-koans
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
