exercism-solutions/rust/poker/README.md
2024-10-23 14:12:11 -05:00

40 lines
No EOL
801 B
Markdown

# Poker
Welcome to Poker on Exercism's Rust Track.
If you need help running the tests or submitting your code, check out `HELP.md`.
If you get stuck on the exercise, check out `HINTS.md`, but try and solve it without using those first :)
## Instructions
Pick the best hand(s) from a list of poker hands.
See [wikipedia][poker-hands] for an overview of poker hands.
[poker-hands]: https://en.wikipedia.org/wiki/List_of_poker_hands
## Source
### Created by
- @coriolinus
### Contributed to by
- @Baelyk
- @CGMossa
- @cwhakes
- @efx
- @elektronaut0815
- @ErikSchierboom
- @lutostag
- @nfiles
- @PaulDance
- @petertseng
- @rofrol
- @stringparser
- @xakon
- @ZapAnton
### Based on
Inspired by the training course from Udacity. - https://www.udacity.com/course/design-of-computer-programs--cs212