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

801 B

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 for an overview 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