lots of exercises in java... from https://github.com/exercism/java
Harikrushna Vanpariya bc4bbde276 poker: remove `final` from tests #1426 6 vuotta sitten
..
.meta/src/reference/java Restructure exercise directory 7 vuotta sitten
src poker: remove `final` from tests #1426 6 vuotta sitten
README.md Adjust exercise README formatting; drop help link 7 vuotta sitten
build.gradle poker : add to track 7 vuotta sitten

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.