lots of exercises in java... from https://github.com/exercism/java
Harikrushna Vanpariya d64853ef22 poker: rename version file #1454 преди 6 години
..
.meta poker: rename version file #1454 преди 6 години
src Poker: Update test to exactly match the canonical data and add version file (#1432) преди 6 години
README.md Adjust exercise README formatting; drop help link преди 7 години
build.gradle poker : add to track преди 7 години

README.md

Poker

Pick the best hand(s) from a list of poker hands.

See wikipedia for an overview of poker hands.

Running the tests

You can run all the tests for an exercise by entering

$ gradle test

in your terminal.

Source

Inspired by the training course from Udacity. https://www.udacity.com/course/viewer#!/c-cs212/

Submitting Incomplete Solutions

It's possible to submit an incomplete solution so you can see how others have completed the exercise.