Files
exercism/powershell/bob/.exercism/config.json
2021-11-26 02:29:45 -06:00

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