Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 480 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 480 Bytes

Notes on Programming topics: A Personal Guide on JVM languages and Web Development

A coding playground for sharpening programming skills and exploring new concepts.

To run the project via Gradle:

To clean & compile java classes, use the following gradle command:

For Java

Clean

./gradlew :java-playground:clean

Compile

./gradlew :java-playground:compileJava

Test:

./gradlew :java-playground:test