Solution to scrablle in Bash

This commit is contained in:
2023-05-06 09:15:28 +02:00
parent 81521122ff
commit c4a0a6c693
7 changed files with 963 additions and 0 deletions

View 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"
}

View 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}