Solution to scrablle in Bash
This commit is contained in:
28
bash/scrabble-score/.exercism/config.json
Normal file
28
bash/scrabble-score/.exercism/config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"authors": [
|
||||
"edwin0258"
|
||||
],
|
||||
"contributors": [
|
||||
"bkhl",
|
||||
"budmc29",
|
||||
"glennj",
|
||||
"guygastineau",
|
||||
"IsaacG",
|
||||
"kotp",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"scrabble_score.sh"
|
||||
],
|
||||
"test": [
|
||||
"scrabble_score.bats"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.sh"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
1
bash/scrabble-score/.exercism/metadata.json
Normal file
1
bash/scrabble-score/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"bash","exercise":"scrabble-score","id":"8fb88a19ce004d339e949ded2d47ba01","url":"https://exercism.org/tracks/bash/exercises/scrabble-score","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user