PowerShell - bob

This commit is contained in:
Xevion
2021-11-26 02:29:45 -06:00
parent 3bd08f4c92
commit c90524ae8e
7 changed files with 250 additions and 0 deletions

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

View File

@@ -0,0 +1 @@
{"track":"powershell","exercise":"bob","id":"daf373bca9aa46f683be795880357358","url":"https://exercism.org/tracks/powershell/exercises/bob","handle":"Xevion","is_requester":true,"auto_approve":false}