mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-09 16:07:08 -06:00
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
|
|
"authors": [
|
|
"gyssels"
|
|
],
|
|
"contributors": [
|
|
"kchenery",
|
|
"sjwarner"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"BobResponse.ps1"
|
|
],
|
|
"test": [
|
|
"BobResponse.tests.ps1"
|
|
],
|
|
"example": [
|
|
".meta/BobResponse.example.ps1"
|
|
]
|
|
},
|
|
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
|
|
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
|
|
}
|