Files
exercism-rust/scrabble-score/.exercism/config.json
2022-08-04 23:58:25 +02:00

41 lines
727 B
JSON

{
"blurb": "Given a word, compute the Scrabble score for that word.",
"authors": [
"IanWhitney"
],
"contributors": [
"ashleygwilliams",
"AvasDream",
"coriolinus",
"cwhakes",
"efx",
"ErikSchierboom",
"IanWhitney",
"juleskers",
"kotp",
"lutostag",
"mkantor",
"navossoc",
"nfiles",
"petertseng",
"rofrol",
"stringparser",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/scrabble-score.rs"
],
"example": [
".meta/example.rs"
]
},
"source": "Inspired by the Extreme Startup game",
"source_url": "https://github.com/rchatley/extreme_startup"
}