/java-koans

Primary LanguageJavaApache License 2.0Apache-2.0

Quick Start

  • 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 (terminal) 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)
  • Back to the console and run ./run.sh (WINDOWS: run.bat)
  • Follow the instructions and start hacking