/OCA8

Sample code for the OCA Java SE 8 Certification Course

Primary LanguageJavaMIT LicenseMIT

OCA8 Build Status

Sample code for the OCA Java SE 8 Certification Course

This build etc is made with Gradle 3. To run it either use:

$> gradle build run (if you have Gradle installed locally)

or

$> gradlew build run (if you don't have Gradle)