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