mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-13 23:00:47 -05:00
20 lines
390 B
JSON
20 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"
|
||
|
}
|