Skip to content

murphpdx/java-koans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Java Koans Build Status

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages