Solved bob in Bash
This commit is contained in:
33
bash/bob/.exercism/config.json
Normal file
33
bash/bob/.exercism/config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"authors": [
|
||||
"kenden"
|
||||
],
|
||||
"contributors": [
|
||||
"bkhl",
|
||||
"budmc29",
|
||||
"glennj",
|
||||
"guygastineau",
|
||||
"IsaacG",
|
||||
"kotp",
|
||||
"kytrinyx",
|
||||
"platinumthinker",
|
||||
"rpalo",
|
||||
"sjwarner-bp",
|
||||
"Smarticles101",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"bob.sh"
|
||||
],
|
||||
"test": [
|
||||
"bob.bats"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.sh"
|
||||
]
|
||||
},
|
||||
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
|
||||
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
|
||||
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
|
||||
}
|
||||
Reference in New Issue
Block a user