Files
exercism/powershell/two-fer/.exercism/config.json

24 lines
428 B
JSON

{
"blurb": "Create a sentence of the form \"One for X, one for me.\"",
"authors": [
"gyssels"
],
"contributors": [
"cmccandless",
"kchenery",
"sjwarner"
],
"files": {
"solution": [
"TwoFer.ps1"
],
"test": [
"TwoFer.tests.ps1"
],
"example": [
".meta/TwoFer.example.ps1"
]
},
"source_url": "https://github.com/exercism/problem-specifications/issues/757"
}