mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-16 00:11:44 -06:00
PowerShell - bob
This commit is contained in:
23
powershell/bob/.exercism/config.json
Normal file
23
powershell/bob/.exercism/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user