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

36 lines
676 B
JSON

{
"authors": [
"coriolinus"
],
"contributors": [
"Baelyk",
"CGMossa",
"cwhakes",
"efx",
"elektronaut0815",
"ErikSchierboom",
"lutostag",
"nfiles",
"PaulDance",
"petertseng",
"rofrol",
"stringparser",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/poker.rs"
],
"example": [
".meta/example.rs"
]
},
"blurb": "Pick the best hand(s) from a list of poker hands.",
"source": "Inspired by the training course from Udacity.",
"source_url": "https://www.udacity.com/course/design-of-computer-programs--cs212"
}