Skip to content

a collection of java programming challenges and my first-pass solutions.

License

Notifications You must be signed in to change notification settings

Rhinomcd/codewars-java

Repository files navigation

codewars - java

Build Status

Purpose

This repo exists so that I can keep track programming challenges and my solutions. It might be fun to see how I grow as an engineer. These solutions are likely my first passes at these challenges and may have more optimal solutions.

Building

# gradle jar
./gradlew
java -jar ./build/libs/*-all.jar

# gradle install script
./gradlew clean installDist
./build/install/codewars/bin/codewars

# gradle distribution
./gradlew clean distZip
unzip -o ./build/distributions/codewars-0.0.1.zip -d /tmp
bash /tmp/codewars-0.0.1/bin/codewars

# gradle docker / docker-compose
./gradlew clean build composeUp
./gradlew composeDown

About

a collection of java programming challenges and my first-pass solutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published