mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-30 19:57:48 +01:00
41 lines
727 B
JSON
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"
|
|
}
|