exercism/elixir/scrabble-score/.exercism/config.json

36 lines
655 B
JSON

{
"authors": [
"rubysolo"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"etrepum",
"jinyeow",
"kytrinyx",
"lpil",
"neenjaw",
"parkerl",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/scrabble.ex"
],
"test": [
"test/scrabble_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Given a word, compute the Scrabble score for that word.",
"source": "Inspired by the Extreme Startup game",
"source_url": "https://github.com/rchatley/extreme_startup"
}