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

19 lines
390 B
JSON

{
"authors": [
"ee7"
],
"files": {
"solution": [
"scrabble_score.zig"
],
"test": [
"test_scrabble_score.zig"
],
"example": [
".meta/example.zig"
]
},
"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"
}