Files
Exercism/bash/bob/.exercism/config.json
2023-04-28 20:30:04 +02:00

34 lines
655 B
JSON

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